Skip to main content

Monitoring

Clutch Deploy includes Prometheus and Grafana.

Prometheus

  • URL: http://localhost:9090
  • Scrape targets: node1:3001, node2:3002, node3:3003
  • Config: config/monitoring/prometheus/prometheus.yml

Grafana

  • URL: http://localhost:3030 (port 3030 to avoid conflict with API)
  • Login: admin / admin
  • Dashboards: Clutch Node dashboard (state, block index, latest blocks)
  • Config: config/monitoring/grafana/

Metrics Endpoints

TargetURL
Node 1http://localhost:3001/metrics
Node 2http://localhost:3002/metrics
Node 3http://localhost:3003/metrics

Seq (Logging)