Add OpenTelemetry instrumentation with middleware-only approach
This commit is contained in:
@@ -14,6 +14,6 @@ func main() {
|
||||
if len(os.Args) > 1 {
|
||||
name = os.Args[1]
|
||||
}
|
||||
|
||||
|
||||
fmt.Println(service.Greet(context.Background(), name))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user