fix(deps): update dependency io.opentelemetry.semconv:opentelemetry-semconv to v1.40.0#2641
Merged
fix(deps): update dependency io.opentelemetry.semconv:opentelemetry-semconv to v1.40.0#2641
Conversation
…emconv to v1.40.0
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s OpenTelemetry semantic conventions dependency to v1.40.0 and adjusts code to use stable ServiceAttributes constants where the service attributes have graduated from incubating.
Changes:
- Bump
io.opentelemetry.semconv:opentelemetry-semconvfrom1.39.0to1.40.0(and the matching-incubatingalpha line via the shared version). - Replace usages of
ServiceIncubatingAttributes/ inlined incubating service keys with stableio.opentelemetry.semconv.ServiceAttributesconstants. - Remove now-redundant inlined service attribute keys from the local
IncubatingAttributeshelper classes.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
dependencyManagement/build.gradle.kts |
Bumps the semconv version to 1.40.0 used by both stable and incubating artifacts. |
jmx-scraper/src/main/java/io/opentelemetry/contrib/jmxscraper/JmxScraper.java |
Switches SERVICE_INSTANCE_ID import to stable ServiceAttributes. |
azure-resources/src/main/java/io/opentelemetry/contrib/azure/resource/AzureContainersResourceProvider.java |
Uses stable SERVICE_INSTANCE_ID rather than local inlined incubating key. |
azure-resources/src/main/java/io/opentelemetry/contrib/azure/resource/AzureAppServiceResourceProvider.java |
Uses stable SERVICE_INSTANCE_ID rather than local inlined incubating key. |
azure-resources/src/main/java/io/opentelemetry/contrib/azure/resource/IncubatingAttributes.java |
Removes the inlined service instance id key that is now stable upstream. |
azure-resources/src/test/java/io/opentelemetry/contrib/azure/resource/AzureContainersResourceProviderTest.java |
Updates test imports to stable SERVICE_INSTANCE_ID. |
azure-resources/src/test/java/io/opentelemetry/contrib/azure/resource/AzureAppServiceResourceProviderTest.java |
Updates test imports to stable SERVICE_INSTANCE_ID. |
aws-resources/src/main/java/io/opentelemetry/contrib/aws/resource/BeanstalkResource.java |
Switches service attribute keys to stable ServiceAttributes. |
aws-resources/src/main/java/io/opentelemetry/contrib/aws/resource/IncubatingAttributes.java |
Removes inlined service keys (SERVICE_INSTANCE_ID, SERVICE_NAMESPACE) now available as stable semconv. |
aws-resources/src/test/java/io/opentelemetry/contrib/aws/resource/BeanstalkResourceTest.java |
Updates test imports to stable SERVICE_INSTANCE_ID / SERVICE_NAMESPACE. |
SylvainJuge
approved these changes
Feb 24, 2026
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
jaydeluca
approved these changes
Feb 24, 2026
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.
This PR contains the following updates:
1.39.0→1.40.0Release Notes
open-telemetry/semantic-conventions-java (io.opentelemetry.semconv:opentelemetry-semconv)
v1.40.0(#418)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.