-
Notifications
You must be signed in to change notification settings - Fork 933
[IMPORTANT] Extending attribute value types is no longer a breaking change #4614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
lmolkova
merged 8 commits into
open-telemetry:main
from
pellared:allow-extending-attribute-types
Aug 19, 2025
Merged
[IMPORTANT] Extending attribute value types is no longer a breaking change #4614
lmolkova
merged 8 commits into
open-telemetry:main
from
pellared:allow-extending-attribute-types
Aug 19, 2025
Conversation
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
trask
approved these changes
Aug 5, 2025
lmolkova
approved these changes
Aug 5, 2025
reyang
approved these changes
Aug 11, 2025
MrAlias
approved these changes
Aug 11, 2025
pellared
commented
Aug 12, 2025
carlosalberto
approved these changes
Aug 14, 2025
tigrannajaryan
approved these changes
Aug 19, 2025
This was referenced Sep 8, 2025
Open
Open
Closed
Closed
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Sep 16, 2025
### Entities - Specify entity information via an environment variable. ([#4594](#4594)) ### Common - OTLP Exporters may allow devs to prepend a product identifier in `User-Agent` header. ([#4560](#4560)) -⚠️ **IMPORTANT**: Extending the set of standard attribute value types is no longer a breaking change. ([#4614](#4614)) ### OTEPs - Clarify in Composite Samplers OTEP the unreliable threshold case. ([#4569](#4569)) --------- Co-authored-by: Armin Ruech <[email protected]>
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.
Towards #4602
Per OTEP: https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/4485-extending-attributes-to-support-complex-values.md#why-doesnt-this-require-a-major-version-bump
This basically reverts:
Before we did not have a consensus to extend the attribute value types. However, this has changed with:
Related proto PR:
As a follow-up I plan to create issues in all language repositories so that they can prepare their APIs and SDKs to extend the attribute value types.