Add OpenTelemetry instrumentation with middleware-only approach

This commit is contained in:
Mistral Vibe
2026-04-04 12:19:48 +02:00
committed by Gabriel Radureau
parent c38d7c6d76
commit 36f0b79b90
13 changed files with 452 additions and 46 deletions

View File

@@ -14,6 +14,6 @@ func main() {
if len(os.Args) > 1 {
name = os.Args[1]
}
fmt.Println(service.Greet(context.Background(), name))
}
}