-
Notifications
You must be signed in to change notification settings - Fork 174
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
Replacement for messaging.kafka.source.partition
?
#300
Comments
It should be
|
thx @lmolkova, this makes sense! |
Should we leave it open, so we can track and re-add the attribute for Kafka? I see @pyohannes added to our v1 messaging project. |
we don't have any Java instrumentation that is able to report both |
But was it recording the old attribute before? Because if so, then we should I guess re-introduce the attribute under |
|
Ah, great then. We could still re-open it and move it out of our |
I'd suggest to leave it as is for now. Once a use case arises for it, we can open an issue and discuss. I don't think it's urgent for now, as it can be added later as a non-breaking addition. |
Messaging "source" attributes were removed in #100.
#156 introduced replacements for all of the attributes removed in #100, except for
messaging.kafka.source.partition
.Ran into this while migrating Java Kafka instrumentation to semconv 1.21.0, and wondering if we should bring this attribute back also, e.g. as
messaging.kafka.destination_publish.partition
?The text was updated successfully, but these errors were encountered: