Skip to content

alevit90/kafka-grafana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka-grafana

In this repository, I created a docker compose that deploys a set of containers with the goal of monitoring a dockerized kafka cluster.

Containers that will be created will have these features:

  • zookeeper: for the management and coordination of kafka nodes
  • kafka1, kafka2, kafka3: kafka containers forming a distributed cluster for collecting, processing and storing event stream data
  • prometheus: for the collection and storage of metrics
  • grafana: for creating dashboards with the goal of monitoring the kafka cluster
  • kafka exporter: for sending metrics from prometheus to grafana
  • python-app-producer: application for sending messages to kafka
  • python-app-consumer: app for consuming messages to kafka

After creating a clone of the repository, enter the kafka-grafana-main folder and deploy the environment with this command:

docker compose up

Wait for the containers to deploy and then once the grafana container has gone up you can access the administration interface via the link:

http://localhost:3000/

Log in to the grafana console with the default credentials admin:admin and create a new password. Once the change is made log in to grafana and click on dashboards. There will be a dashboard already configured called Monitoring Kafka.

Clicking on it will display a dashboard containing the following metrics:

  • Broker Online
  • Partition Topic
  • Topic partition Current Offset
  • Partition under replica
  • Partition in sync replica
  • Topic partition leader
  • Consumer Group Lag

Wait about 2 to 3 minutes to see the dashboard updated with the new data

image

If you want, you can customise the metrics and add more!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published