feat(resource-detector-azure)!: update semconv usage to ATTR_ exports, update to semconv v1.37.0#3063
Merged
david-luna merged 4 commits intoopen-telemetry:mainfrom Sep 18, 2025
Conversation
BREAKING CHANGE: This also 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` Refs: open-telemetry#2377
… that (and the tests assert values from 1.36.0)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3063 +/- ##
==========================================
- Coverage 92.45% 92.43% -0.02%
==========================================
Files 224 220 -4
Lines 10694 10669 -25
Branches 2211 2211
==========================================
- Hits 9887 9862 -25
Misses 807 807
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
david-luna
approved these changes
Sep 18, 2025
Closed
trentm
added a commit
to trentm/opentelemetry-js-contrib
that referenced
this pull request
Sep 22, 2025
- ignore 'MD007/ul-indent' (https://github.com/DavidAnson/markdownlint/blob/main/doc/md007.md) rule because changelog additions by release-please sometimes use 2-spaces (e.g. https://github.com/open-telemetry/opentelemetry-js-contrib/pull/3033/files#diff-bbed5176d1ba38f7f8f16103189e27b107fd64a1dcfd50fe98e3a24d24c096b7R13-R15) and sometimes use 4-spaces (with commit overrides: open-telemetry#3063 becomes 4-spaces https://github.com/open-telemetry/opentelemetry-js-contrib/pull/3072/files#diff-bbed5176d1ba38f7f8f16103189e27b107fd64a1dcfd50fe98e3a24d24c096b7R8-R14) - ignore 'MD034/no-bare-urls' (https://github.com/DavidAnson/markdownlint/blob/main/doc/md034.md): The requirement to use angle-brackets is *fine*, but over-strong as a *requirement*, especially when it comes as part of a commit-override in a PR comment. The issue is that the lint failure because subtle/complex. Refs: open-telemetry#3072 (comment)
This was referenced Sep 23, 2025
Closed
Closed
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: This also updates the Semantic Conventions of the
emitted resource attributes from v1.19.0 to v1.37.0 which involves these
breaking changes:
deployment.environment->deployment.environment.nameThis changed in semconv v1.27.0 as part of
[cicd] add initial cicd attributes to registry semantic-conventions#1075
(https://github.com/open-telemetry/semantic-conventions/blob/main/CHANGELOG.md#v1350)
resulted in a change in the name of some
cloud.platformvalues:azure_app_service->azure.app_serviceazure_vm->azure.vmazure_functions->azure.functionsRefs: #2377
BEGIN_COMMIT_OVERRIDE
feat(resource-detector-azure)!: update semconv usage to ATTR_ exports, update to semconv v1.37.0 (#3063)
BREAKING CHANGE: This updates the Semantic Conventions of the emitted resource attributes from v1.19.0 to v1.37.0 which involves these breaking changes:
deployment.environment->deployment.environment.nameThis changed in semconv v1.27.0 as part of [cicd] add initial cicd attributes to registry semantic-conventions#1075
cloud.platformvalues:azure_app_service->azure.app_serviceazure_vm->azure.vmazure_functions->azure.functionsEND_COMMIT_OVERRIDE