Skip to content
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

Add messaging.kafka.message.offset attribute #2982

Merged
merged 4 commits into from
Dec 1, 2022

Conversation

mateuszrzeszutek
Copy link
Member

Fixes #2971

Changes

Introduces a new messaging.kafka.message.offset attribute that is supposed to store the offset of a Kafka message. I used the naming pattern introduced in #2957, assuming it's probably going to land in the same release as this change.

Copy link
Contributor

@pyohannes pyohannes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was discussed in the messaging workgroup (see summary in the related issue).

Having a dedicated offset attribute is preferred to using the offset as message id.

@arminru arminru added area:semantic-conventions Related to semantic conventions semconv:messaging spec:trace Related to the specification/trace directory labels Nov 25, 2022
CHANGELOG.md Outdated Show resolved Hide resolved
@carlosalberto carlosalberto merged commit f2cd19a into open-telemetry:main Dec 1, 2022
@mateuszrzeszutek mateuszrzeszutek deleted the kafka-offset branch December 5, 2022 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:semantic-conventions Related to semantic conventions semconv:messaging spec:trace Related to the specification/trace directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Should Kafka offset be used as messaging.message.id?
6 participants