jirwin / burrow_exporter

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

Incorrect `HELP` text for `kafka_burrow_status` #41

Open JensRantil opened 3 years ago

JensRantil commented 3 years ago

It states

The status of a partition as reported by burrow.

but should likely say

The status of a consumer group as reported by burrow.

Source: https://github.com/jirwin/burrow_exporter/blob/master/burrow_exporter/metrics.go#L55