From 4129e0989d74f68bb278fd049cf63323357976e6 Mon Sep 17 00:00:00 2001 From: "Han Verstraete (OpenFaaS Ltd)" Date: Wed, 4 Jun 2025 10:46:52 +0200 Subject: [PATCH] Add golang-otel template Signed-off-by: Han Verstraete (OpenFaaS Ltd) --- templates.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates.json b/templates.json index 5549924..c1cf860 100644 --- a/templates.json +++ b/templates.json @@ -28,6 +28,15 @@ "repo": "https://github.com/openfaas/golang-http-template", "official": "true" }, + { + "template": "golang-otel", + "platform": "x86_64", + "language": "Go", + "source": "openfaas", + "description": "HTTP middleware interface in Go with OpenTelemetry support", + "repo": "https://github.com/openfaas/golang-http-template", + "official": "true" + }, { "template": "dotnet8-csharp", "platform": "x86_64",