August 2017
Beginner to intermediate
278 pages
6h 40m
English
Brokers are responsible for serving producer and consumer requests. They also contain important matrices that can help you avoid some critical issues. There are a lot of metrics available, but we will only look into a few important ones.
For more metrics, you may visit https://kafka.apache.org/documentation/#monitoring.
| Metrics | Description |
|
kafka.server:type=ReplicaManager, name=UnderReplicatedPartitions |
This represents the number of under-replicated partitions. A higher number of under-replication partition may result in losing more data in case the broker fails. |
|
kafka.controller:type=KafkaController, name=OfflinePartitionsCount |
This represents the total number of partitions that are not available for read or write ... |
Read now
Unlock full access