You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Functions’ OpenTelemetry integration typically emits FaaS invocation attributes on the invocation span. Avoid setting these manually unless you are creating your own invocation span:
450
+
You won’t have to set these manually unless you’re creating a custom invocation span.
451
451
452
452
-`faas.name` (function name)
453
453
-`faas.trigger` (for example `http`, `servicebus`, `eventhubs`)
0 commit comments