ceremonyclient/go-libp2p/examples/metrics-and-dashboards/prometheus.yml
2023-08-20 23:07:43 -05:00

17 lines
367 B
YAML

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"]