You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There doesn't seem to be a client for instrumenting Kafka, especially for tracing Kafka messages across multiple microservices. It will be helpful to have this support to achieve distributed async tracing in event-driven architecture where kaka is used as a messaging queue.
Describe the solution you'd like
Support for instrumentation in segmentio/kafka-go kafka client.
The text was updated successfully, but these errors were encountered:
As an alternative to native instrumentation in the Go Agent, another option would be to use OpenTelemetry instrumentation for kafka-go with the recently added apmotel module. There's an open issue about adding OTel instrumentation for kafka-go (segmentio/kafka-go#1025).
@axw I attempted to add this support in apm-agent-go which seems to work for me. I can create a PR if you are accepting contributions.
You may have a look at it here.
thanks
Is your feature request related to a problem? Please describe.
There doesn't seem to be a client for instrumenting Kafka, especially for tracing Kafka messages across multiple microservices. It will be helpful to have this support to achieve distributed async tracing in event-driven architecture where kaka is used as a messaging queue.
Describe the solution you'd like
Support for instrumentation in segmentio/kafka-go kafka client.
The text was updated successfully, but these errors were encountered: