Add blog covering complex attributes#8127
Merged
tiffany76 merged 19 commits intoopen-telemetry:mainfrom Nov 5, 2025
Merged
Conversation
277c6ac to
2f10a42
Compare
svrnm
reviewed
Oct 20, 2025
trask
reviewed
Oct 20, 2025
Co-authored-by: Severin Neumann <severin.neumann@altmuehlnet.de> Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
lmolkova
commented
Oct 23, 2025
d2bfd2c to
a10c66f
Compare
a10c66f to
cebea1c
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a new blog post announcing support for complex attribute types across all OpenTelemetry signals. The post explains the expansion of support for maps, heterogeneous arrays, byte arrays, and empty values beyond logs to include metrics and traces.
Key changes:
- New blog post explaining the rationale and use cases for complex attribute types
- Guidance for backend implementers on handling complex attributes
- Best practices for when to use complex vs. flat attributes
pellared
reviewed
Oct 27, 2025
Co-authored-by: Robert Pająk <pellared@hotmail.com>
ddbb4d7 to
baf54a1
Compare
trask
reviewed
Oct 31, 2025
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
lmolkova
commented
Oct 31, 2025
Member
Author
|
/fix:refcache |
Contributor
|
✅ |
Member
Author
|
@open-telemetry/docs-approvers could someone please take a look? thanks! PS: we (Logs SIG) would like to merge it before KubeCon (next week) |
tiffany76
approved these changes
Nov 5, 2025
trask
approved these changes
Nov 5, 2025
Co-authored-by: Tiffany Hrabusa <30397949+tiffany76@users.noreply.github.com>
Co-authored-by: Tiffany Hrabusa <30397949+tiffany76@users.noreply.github.com>
Co-authored-by: Tiffany Hrabusa <30397949+tiffany76@users.noreply.github.com>
Co-authored-by: Tiffany Hrabusa <30397949+tiffany76@users.noreply.github.com>
austinlparker
approved these changes
Nov 5, 2025
dmitchsplunk
pushed a commit
to dmitchsplunk/opentelemetry.io
that referenced
this pull request
Nov 7, 2025
Co-authored-by: Severin Neumann <severin.neumann@altmuehlnet.de> Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> Co-authored-by: Robert Pająk <pellared@hotmail.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com> Co-authored-by: Tiffany Hrabusa <30397949+tiffany76@users.noreply.github.com>
jaehanbyun
pushed a commit
to jaehanbyun/opentelemetry.io
that referenced
this pull request
Dec 8, 2025
Co-authored-by: Severin Neumann <severin.neumann@altmuehlnet.de> Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> Co-authored-by: Robert Pająk <pellared@hotmail.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com> Co-authored-by: Tiffany Hrabusa <30397949+tiffany76@users.noreply.github.com>
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.
Following up on open-telemetry/opentelemetry-specification#4485
we want to get more eyes from the OTel community on expanding complex attribute support across all signals.
/cc @trask @pellared @austinlparker