Skip to content

Commit dd38390

Browse files
Update README.md
1 parent d1071b7 commit dd38390

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# kafka-promethues-monitoring
22
Dockerised example of monitoring Kafka with Prometheus and Grafana. Requires docker and docker-compose.
33

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
7+
48
## Usage
59

610
```
711
docker-compose up
812
```
913

10-
View Prometheus UI `http://$DOCKER_HOST_IP:9090`
14+
View Prometheus UI - `http://$DOCKER_HOST_IP:9090`
15+
Grafana UI - `http://$DOCKER_HOST_IP:3000` (admin:admin)
1116

12-
WORK IN PROGRESS
17+
WORK IN PROGRESS

0 commit comments

Comments
 (0)