-
Notifications
You must be signed in to change notification settings - Fork 443
feat(azure_functions): add messaging attributes to azure function service bus consumer spans #13810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(azure_functions): add messaging attributes to azure function service bus consumer spans #13810
Conversation
|
Bootstrap import analysisComparison of import times between this PR and base. SummaryThe average import time from this PR is: 284 ± 4 ms. The average import time from base is: 284 ± 3 ms. The import time difference between this PR and base is: 0.5 ± 0.2 ms. Import time breakdownThe following import paths have grown:
|
BenchmarksBenchmark execution time: 2025-07-01 16:28:37 Comparing candidate commit 6ea87fa in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 513 metrics, 3 unstable metrics. |
…sumer-span-attributes
This PR adds messaging attributes to spans generated by Azure Function Service Bus Triggers. It also updates the minimum supported Azure Function version to
1.10.1
since that's when theFunctionApp
class that is used to patch a user's functions was introduced.Instrumentation details:
Span attributes added to Azure Function Service Bus Triggers
messaging.destination.name: <queue/topic name>
messaging.message_id: <message id>
messaging.operation: receive
messaging.system: servicebus
https://datadoghq.atlassian.net/browse/SVLS-7020
https://github.com/Azure/azure-functions-python-library/releases/tag/1.10.1
Checklist
Reviewer Checklist