Data Streams Monitoring for Kafka
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel,
n'hésitez pas à nous contacter.
Prerequisites
Kafka Streams is partially supported for Java, and can lead to latency measurements being missed.
Supported Kafka deployments
Instrumenting your consumers and producers with Data Streams Monitoring allows you to view your topology and track your pipelines with ready-to-go metrics independently of how Kafka is deployed. Additionally, the following Kafka deployments have further integration support, providing more insights into the health of your Kafka cluster:
Setting up Data Streams Monitoring
See setup instructions for Java, Go, Node.js, Python, or .NET.
Monitoring Kafka Pipelines
Data Streams Monitoring uses message headers to propagate context through Kafka streams. If log.message.format.version
is set in the Kafka broker configuration, it must be set to 0.11.0.0
or higher. Data Streams Monitoring is not supported for versions lower than this.