Data Streams Monitoring for Kafka
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、
お気軽にご連絡ください。
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.