Skip to content

Docker Compose with Kafka Lag Exporter + Grafana + Prometheus. Ready to ingest and viewing lag metrics.

License

Notifications You must be signed in to change notification settings

cspinetta/kafka-lag-exporter-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Lag Exporter Standalone

A docker compose with Kafka Lag Exporter + Prometheus + Grafana + a Dashboard to view the latency of your Apache Kafka consumer groups. Useful tool for monitoring and troubleshooting a Kafka deployment in a few easy steps.

Why this docker compose?

This repo brings Kafka Lag Exporter, Prometheus and Grafana together in one single docker compose, so you can quickly start it up and start analyzing an issue on a Kafka deployment. Otherwise, you would need to start and configure each piece separatly, which could be a bit cumbersome.

It aims to provide a quick installation for troubleshooting and not a final installation for permanent monitoring. It's perfect if you are facing an issue in production and need more visibility about what is happening internally in kafka.

Example use cases

Consumer group lag in seconds

Consumer Groups Time Lag

Here is an example from one of the Grafana dashboards provided. In this dashboard we can see the time between last commit and current time, this is also known as lag in seconds, and we can see it by consumer group. This example was taken from a Kafka-Connect that commits every 30 minutes if everything goes well, if we analize it we can say that some consumer groups by some reason fail on commit.

Consumers group lag in seconds and offsets

Consumer Group Time and Events Lag

In this other example, we can see a particular consumer group status, it shows the consumer group lag in seconds and messages/events (the difference between current message and last commited)

Getting started

  1. Download your desired version and unpack it:
curl -fsSL -o kafka-lag-exporter-standalone.tar.gz https://github.com/cspinetta/kafka-lag-exporter-standalone/releases/download/0.0.1/kafka-lag-exporter-standalone-0.0.1.tar
tar -xf kafka-lag-exporter-standalone.tar.gz
  1. Specify kafka nodes on kafka-exporter-standalone/kafka-lag-exporter/application.conf.
  2. Run with docker compose: docker-compose -f kafka-exporter-standalone/docker-compose.yaml up.

Then you can open the Grafana webapp exposed at port 3000 and navigate to the dashboard Kafka Lag Exporter.

On the first time you enter Grafana ask you to login. Type admin for the username and password. Then Grafana will ask you to choose a new password.

About

Docker Compose with Kafka Lag Exporter + Grafana + Prometheus. Ready to ingest and viewing lag metrics.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages