ceremonyclient/go-libp2p/examples/metrics-and-dashboards/prometheus.yml

17 lines
367 B
YAML
Raw Normal View History

2023-08-21 03:50:38 +00:00
global:
scrape_interval: 1m
scrape_configs:
- job_name: "prometheus"
scrape_interval: 1m
static_configs:
- targets: ["localhost:9090"]
- job_name: "node"
static_configs:
- targets: ["node-exporter:9100"]
- job_name: "go-libp2p"
metrics_path: /debug/metrics/prometheus
static_configs:
- targets: ["go-libp2p-node:5001"]