Installing Kafka Lag Exporter in Linux VM

Hi All,

I am trying to install Kafka Lag exporter in Linux VM, however the official confluent documentation(jmx-monitoring-stacks/shared-assets/kafka-lag-exporter at 7.3-post · confluentinc/jmx-monitoring-stacks · GitHub) does not have any executables in it, it only contains a .config file.

We already have jmx exporter running and exposing metrics, now we want to add lag exporter as well.

Any help is much appreciated.

Thank You,
Sandeep

Hello @sandeep,
check this file, it will start cp-demo with a docker container with kafka lag exporter

Thank you @hifly81 , I have seen this script but this is more on containers, i am looking for something on the VM’s.

have you checked this?
It is basically a java program:

./bin/kafka-lag-exporter
-Dconfig.file=/opt/docker/conf/application.conf \
-Dlogback.configurationFile=/opt/docker/conf/logback.xml

1 Like

@hifly81 Thank you, i will try this and let you know the outcome.