Overview of distributed tracing in Strimzi
mainStrimzi provides built-in support for distributed tracing to enable end-to-end tracking of messages from source systems, through Kafka, to target systems and applications. This allows you to monitor performance and investigate issues across microservices.
Supported Kafka components for tracing include:
- MirrorMaker: Traces messages from a source cluster to a target cluster.
- Kafka Connect: Traces messages consumed and produced by Kafka Connect.
- HTTP Bridge: Traces messages between Kafka and HTTP client applications.
Note: Tracing is not supported for Kafka brokers.