We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bda405 commit d1071b7Copy full SHA for d1071b7
README.md
@@ -1,2 +1,12 @@
1
# kafka-promethues-monitoring
2
-Dockerised example of monitoring Kafka with Prometheus and Grafana
+Dockerised example of monitoring Kafka with Prometheus and Grafana. Requires docker and docker-compose.
3
+
4
+## Usage
5
6
+```
7
+docker-compose up
8
9
10
+View Prometheus UI `http://$DOCKER_HOST_IP:9090`
11
12
+WORK IN PROGRESS
0 commit comments