Kafka Agent - Payload
#9681
Replies: 1 comment 3 replies
-
Related to the point 3 I've found the documentation inside the source code. :-) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying usig open telemetry agent to have automatic instrumentation of my application, I can run my microservices (Spring Boot applications) that exchange messages via Kafka along with the opentelemetry-javaagent.jar, I've used Jaeger and Grafana to analyze the trace, I would like to have more informations on the single span, so not only client_id, destination_name, payload_size_bytes, .... but having even the payload content would be really helpful during problem investigations.
So I would like to know:
thanks
Paolo
Beta Was this translation helpful? Give feedback.
All reactions