jirwin / burrow_exporter

Prometheus exporter for burrow
Apache License 2.0
78 stars 68 forks source link

Add a metric for plain topic offsets #7

Closed hchargois closed 6 years ago

hchargois commented 6 years ago

This adds a new metric kafka_burrow_topic_partition_offset that gives the offsets of topics (by partition). This allows monitoring topic growth, even if the topic is not currently consumed by a consumer group (all other metrics have to do with consumer groups).

beorn- commented 6 years ago

:+1:

jirwin commented 6 years ago

This looks good to me. I'll give it a whirl soon so we can get this merged.

hchargois commented 6 years ago

Hi @jirwin ! Have you had time to test this? :)