Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 730 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 730 Bytes

Grafana and Prometheus

Some monitoring experiments with Grafana and Prometheus.

About

Requirements

Quick start

# 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).