Details
-
Type:
Story
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:4.2
-
Epic Link:
-
Team:SQuaRE
-
Urgent?:No
Description
In DM-27399 we showed how to send Kafka JMX metrics to InfluxDB using the Telegraf Prometheus input plugin.
We'll use that to monitor Mirror Maker 2 metrics. From KIP-382 there are these metrics available:
- replication-latency-ms(-avg/-min/-max): timespan between each record's timestamp and downstream ACK
- record-bytes(-avg/-min/-max): size of each record being replicated
- record-age-ms(-avg/-min/-max): age of each record when consumed
- record-count: number of records replicated
- checkpoint-latency-ms(-avg/-min/-max): timestamp between consumer group commit and downstream checkpoint ACK
Attachments
Issue Links
- relates to
-
DM-27399 Send Kafka JMX metrics to InfluxDB using the Telegraf Prometheus input plugin
- Done
Still relevant but must be planned for another epic. Moving to my backlog for now.