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
KafkaServer and KafkaClient parsers java processes as consumer or producer spans with the resource is the kafka broker or the client is the kafka broker
#1423
With both consumer and product java application and the kafka broker running as a containerized service in k8s, beyla generates the following traces
and
or queried using a tempo traceql
This is not the correct, because the consumer and the producer is supposed to have the application as the resource, not the kafka broker.
because we are parsing the tcp connection for the peer address for kafka messages
https://github.com/grafana/beyla/blob/main/pkg/internal/ebpf/common/kafka_detect_transform.go#L351
The text was updated successfully, but these errors were encountered: