Skip to content

Commit 91ed0aa

Browse files
authored
Update note on manual setting of invocation span attributes
Clarified the note about setting invocation span attributes manually.
1 parent d292563 commit 91ed0aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-functions/opentelemetry-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ export OTEL_SERVICE_NAME="my-function-app"
447447

448448
### Invocation span attributes (usually automatic)
449449

450-
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.
451451

452452
- `faas.name` (function name)
453453
- `faas.trigger` (for example `http`, `servicebus`, `eventhubs`)

0 commit comments

Comments
 (0)