Replies: 1 comment 2 replies
-
We don't provide instrumentation for kafka server. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I have Service-A which produced the data to Kafka and Service-B consume the data. I have integrated open telemetry java agent-2.6 to all services. (i.e. Service-A, Service-B and Kafka Server), However, I am seeing the traces for Service-A and Service-B only (i.e Service-A -> Service-B) with same trace-id , Why I am not able to see the Traces for Kafka-server (i.e. Service-A -> Kafka -> Service-B) ?
Is it expected to see the traces for kafka-server with same trace-id ?
What additional changes do I need to make?
Beta Was this translation helpful? Give feedback.
All reactions