mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-11 02:35:18 +00:00
17 lines
367 B
YAML
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"]
|