Require telemetry stability in stable artifacts#18789
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s versioning policy to explicitly require telemetry stability guarantees for stable artifacts, aligning this repo’s expectations with the OpenTelemetry specification’s versioning/stability guidance.
Changes:
- Expands the versioning section to cover both compatibility and telemetry stability requirements for stable artifacts.
- Clarifies that configuration changes are breaking by default (with limited exceptions), and that telemetry changes are breaking unless permitted by the spec’s semantic conventions stability rules.
- Refreshes links and wording to directly reference the upstream OpenTelemetry Java and specification versioning documents.
laurit
approved these changes
May 19, 2026
SylvainJuge
pushed a commit
to SylvainJuge/opentelemetry-java-instrumentation
that referenced
this pull request
May 20, 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.
With a few minor exceptions we've maintained telemetry stability throughout the 2.x minor releases.
I think we have the experience and migration pathing figured out to officially document and be even more strict going forward.
This is coming one way or another: