Some monitoring experiments with Grafana and Prometheus.
- Docker working in your machine.
- docker-compose already installed.
# Clone the repository
git clone https://github.com/lucianocarvalho/grafana-prometheus.git && cd grafana-prometheus
# Setup the containers
docker-compose up -d
To open node exporter metrics, go to http://localhost:9100/metrics.
To open Prometheus, go to http://localhost:9090/.
To open Grafana, go to http://localhost:3000/ (login admin/admin).