Skip to content

Commit 6564fc1

Browse files
Add grafana screenshots
1 parent d2775ef commit 6564fc1

File tree

3 files changed

+1115
-1
lines changed

3 files changed

+1115
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ cat kafka-messages | docker run -i -a stdin wurstmeister/kafka /opt/kafka_2.11-0
2222
cat kafka-messages | docker run -i -a stdin wurstmeister/kafka /opt/kafka_2.11-0.10.0.1/bin/kafka-console-producer.sh --broker-list 192.168.99.100:9092 --topic audit
2323
```
2424

25-
### Viewing Graphs
25+
### Viewing Prometheus Metrics
2626
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.
2727

2828
![Prometheus UI](images/prometheus-ui.png?raw=true)
29+
30+
### Viewing Graphs in Grafana
31+
Grafana can be used to plot the metrics in from Prometheus, navigate to Grafana on `http://$DOCKER_HOST_IP:3000` (admin:admin). An example dashboard is available to import in `dashboards/Kafka.json`.
32+
33+
![Grafana Kafka Dashboard](images/grafana-ui.png?raw=true)
34+

0 commit comments

Comments
 (0)