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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# kafka-promethues-monitoring
1
+
# kafka-prometheus-monitoring
2
2
Dockerised example of monitoring Kafka with Prometheus and Grafana.
3
3
4
4
## Pre-Requisites
@@ -23,7 +23,7 @@ cat kafka-messages | docker run -i -a stdin wurstmeister/kafka /opt/kafka_2.11-0
23
23
```
24
24
25
25
### Viewing Prometheus Metrics
26
-
The kafka metrics are pulled in Promethues via the JMX exporter. These can be viewed in Promethues by navigating to `http://$DOCKER_HOST_IP:9090/graph`, enter a metric name to view the graphs.
26
+
The kafka metrics are pulled in Prometheus via the JMX exporter. These can be viewed in Prometheus by navigating to `http://$DOCKER_HOST_IP:9090/graph`, enter a metric name to view the graphs.
0 commit comments