0.13.0 (2025-09-24)
⚠ BREAKING CHANGES
- resource-detector-azure: This updates the Semantic Conventions of the emitted resource attributes from v1.19.0 to v1.37.0 which involves these breaking changes:
- App Service resource detector:
deployment.environment
->deployment.environment.name
This changed in semconv v1.27.0 as part of open-telemetry/semantic-conventions#1075 - Semconv v1.35.0 naming convention changes (https://github.com/open-telemetry/semantic-conventions/blob/main/CHANGELOG.md#v1350) resulted in a change in the name of some
cloud.platform
values:azure_app_service
->azure.app_service
azure_vm
->azure.vm
azure_functions
->azure.functions
- App Service resource detector:
Features
- resource-detector-azure: update semconv usage to ATTR_ exports, update to semconv v1.37.0 (#3063) (8e1ca48)
Dependencies
- The following workspace dependencies were updated
- devDependencies
- @opentelemetry/contrib-test-utils bumped from ^0.51.0 to ^0.52.0
- devDependencies