Replies: 3 comments 5 replies
-
/cc @brunobat (opentelemetry), @radcortez (opentelemetry) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I saw similar discussions like #26353 but nothing related to opening a new span of Consumer Kind |
Beta Was this translation helpful? Give feedback.
4 replies
-
@radcortez , @brunobat are you planning to put attributes of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The standard of OTEL for messaging suggests that Spans of Consumer kind should be opened whenever message is consumed.
I see in the quick-guide of kafka (git link) that best practice for consuming messages is to use the annotation of
org.eclipse.microprofile.reactive.messaging.Incoming
are you planning to add this kind of instrumentation - Consumer Kind on method annotated with @incoming?
Beta Was this translation helpful? Give feedback.
All reactions