Skip to content

fix(deps): update dependency io.opentelemetry.semconv:opentelemetry-semconv to v1.40.0#2641

Merged
trask merged 2 commits intomainfrom
renovate/semconvversion
Feb 24, 2026
Merged

fix(deps): update dependency io.opentelemetry.semconv:opentelemetry-semconv to v1.40.0#2641
trask merged 2 commits intomainfrom
renovate/semconvversion

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 20, 2026

This PR contains the following updates:

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

Release Notes

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

v1.40.0

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


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

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 20, 2026
Copilot AI review requested due to automatic review settings February 20, 2026 00:31
@renovate renovate bot requested a review from a team as a code owner February 20, 2026 00:31
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 20, 2026
@renovate renovate bot review requested due to automatic review settings February 20, 2026 00:31
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 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-semconv from 1.39.0 to 1.40.0 (and the matching -incubating alpha line via the shared version).
  • Replace usages of ServiceIncubatingAttributes / inlined incubating service keys with stable io.opentelemetry.semconv.ServiceAttributes constants.
  • Remove now-redundant inlined service attribute keys from the local IncubatingAttributes helper 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.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Feb 24, 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.

@trask trask added this pull request to the merge queue Feb 24, 2026
Merged via the queue into main with commit 88e8be4 Feb 24, 2026
26 checks passed
@trask trask deleted the renovate/semconvversion branch February 24, 2026 23:10
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.

5 participants