You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dockerised example of monitoring Kafka with Prometheus and Grafana. Requires docker and docker-compose.
3
3
4
+
## Pre-Requisites
5
+
* install Docker and Docker Compose - https://docs.docker.com/
6
+
* set KAFKA_ADVERTISED_HOST_NAME in `docker-compose.yml` to match your docker host IP. (Note: Do not use localhost or 127.0.0.1 as the host ip if you want to run multiple brokers). See wurstmeister's docker-kafka for more information on configuring Kafka - https://github.com/wurstmeister/kafka-docker
0 commit comments