Update dependency io.opentelemetry.semconv:opentelemetry-semconv to v1.41.0#2807
Merged
Conversation
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. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s managed OpenTelemetry semantic conventions dependency to io.opentelemetry.semconv:opentelemetry-semconv v1.41.0, and aligns Azure resource code/tests with the semconv API change where deployment.environment.name is now available in the stable semconv package.
Changes:
- Bump semconv (and corresponding incubating semconv constraint) to
1.41.0via the dependency management platform. - Switch Azure App Service resource code and tests to use
io.opentelemetry.semconv.DeploymentAttributes.DEPLOYMENT_ENVIRONMENT_NAMEinstead of the incubating constant / local copy. - Remove an explicit semconv version override in
aws-xrayto rely on the centrally managed constraint.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| dependencyManagement/build.gradle.kts | Bumps the managed semconv version to 1.41.0 (and thus incubating to 1.41.0-alpha). |
| azure-resources/src/test/java/io/opentelemetry/contrib/azure/resource/AzureAppServiceResourceProviderTest.java | Updates the deployment environment attribute import to the stable semconv constant. |
| azure-resources/src/main/java/io/opentelemetry/contrib/azure/resource/IncubatingAttributes.java | Removes the local DEPLOYMENT_ENVIRONMENT_NAME key copy (now sourced from stable semconv). |
| azure-resources/src/main/java/io/opentelemetry/contrib/azure/resource/AzureAppServiceResourceProvider.java | Uses stable DeploymentAttributes.DEPLOYMENT_ENVIRONMENT_NAME when mapping env vars to resource attributes. |
| aws-xray/build.gradle.kts | Drops the hard-coded semconv version so the platform-managed version is used. |
breedx-splk
approved these changes
Apr 30, 2026
jaydeluca
approved these changes
May 1, 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.40.0→1.41.0Release Notes
open-telemetry/semantic-conventions-java (io.opentelemetry.semconv:opentelemetry-semconv)
v1.41.0Compare Source
(#465)
Configuration
📅 Schedule: (UTC)
🚦 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.