Skip to main content

Re: Consumer Lag Metrics/ Topic level metrics

Hi,

I use a combination of the Prometheus JMX exporter (https://github.com/prometheus/jmx_exporter) and the Prometheus Kafka exporter (https://github.com/danielqsj/kafka_exporter).
The consumer lag metrics come from the latter.

I can then output the data in Grafana


Regards,

Sam.



On 25 Apr 2023, at 16:26, Kafka Life <lifekafka999@gmail.com> wrote:

Dear Kafka Experts

Could you please suggest good metrics exporter for consumer lag and topic
level metrics apart from Linkedin kafka burrow for the kafka broker cluster.

Comments