Skip to content

Commit 7b23ac2

Browse files
fix spelling mistakes of Prometheus
1 parent 6564fc1 commit 7b23ac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# kafka-promethues-monitoring
1+
# kafka-prometheus-monitoring
22
Dockerised example of monitoring Kafka with Prometheus and Grafana.
33

44
## Pre-Requisites
@@ -23,7 +23,7 @@ cat kafka-messages | docker run -i -a stdin wurstmeister/kafka /opt/kafka_2.11-0
2323
```
2424

2525
### 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.
2727

2828
![Prometheus UI](images/prometheus-ui.png?raw=true)
2929

0 commit comments

Comments
 (0)