Allow event body to represent a display message#3343
Merged
trask merged 9 commits intoopen-telemetry:mainfrom Feb 17, 2026
Merged
Allow event body to represent a display message#3343trask merged 9 commits intoopen-telemetry:mainfrom
trask merged 9 commits intoopen-telemetry:mainfrom
Conversation
Member
Author
trask
reviewed
Jan 27, 2026
Member
cijothomas
reviewed
Jan 29, 2026
cijothomas
approved these changes
Jan 30, 2026
lmolkova
approved these changes
Feb 16, 2026
trask
reviewed
Feb 16, 2026
trask
approved these changes
Feb 17, 2026
Member
|
@cijothomas can you take another look after latest changes? thanks! |
cijothomas
approved these changes
Feb 17, 2026
nagkumar91
pushed a commit
to nagkumar91/semantic-conventions
that referenced
this pull request
Feb 24, 2026
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.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.
Fixes #1076 (proposes to use an attribute "event.message" for this, not Body)
Related to #1283
Related to #2064
FWIK some tools use Body for displaying the log/event record.
OTel Rust and OTel .NET use body to represent a display message. In those are two languages nearly every LogRecord is an Event.
It is also worth mentioning that most (maybe even all) log bridges use
Bodyas the log message.Moreover it follows https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/data-model.md#field-body: