Skip to content

Update dependency io.opentelemetry.semconv:opentelemetry-semconv to v1.41.0#2807

Merged
jaydeluca merged 3 commits into
mainfrom
renovate/semconvversion
May 1, 2026
Merged

Update dependency io.opentelemetry.semconv:opentelemetry-semconv to v1.41.0#2807
jaydeluca merged 3 commits into
mainfrom
renovate/semconvversion

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 30, 2026

This PR contains the following updates:

Package Change Age Confidence
io.opentelemetry.semconv:opentelemetry-semconv 1.40.01.41.0 age confidence

Release Notes

open-telemetry/semantic-conventions-java (io.opentelemetry.semconv:opentelemetry-semconv)

v1.41.0

Compare Source

  • Bump to semconv v1.41.0
    (#​465)

Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copilot AI review requested due to automatic review settings April 30, 2026 21:05
@renovate renovate Bot requested a review from a team as a code owner April 30, 2026 21:05
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Apr 30, 2026
@renovate renovate Bot review requested due to automatic review settings April 30, 2026 21:05
Copilot AI review requested due to automatic review settings April 30, 2026 22:27
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 30, 2026

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.0 via the dependency management platform.
  • Switch Azure App Service resource code and tests to use io.opentelemetry.semconv.DeploymentAttributes.DEPLOYMENT_ENVIRONMENT_NAME instead of the incubating constant / local copy.
  • Remove an explicit semconv version override in aws-xray to 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.

@jaydeluca jaydeluca added this pull request to the merge queue May 1, 2026
Merged via the queue into main with commit 4367412 May 1, 2026
21 checks passed
@jaydeluca jaydeluca deleted the renovate/semconvversion branch May 1, 2026 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants