This repository is meant to be a tutorial for Prometheus and Grafana.
Observation: To run, you have to install
Docker
andDocker Compose
.
To run, just use the command below:
docker-compose up --build
After that, you can access these services:
- Grafana: http://localhost:3000
- Prometheus: http://localhost:9090
- Fake App: http://localhost:5000