2023-09-19 16:00:12 +00:00
|
|
|
global:
|
2023-09-20 11:15:45 +00:00
|
|
|
scrape_interval: 1m
|
2023-09-19 16:00:12 +00:00
|
|
|
|
|
|
|
scrape_configs:
|
2023-09-20 11:15:45 +00:00
|
|
|
- job_name: lotus
|
|
|
|
scrape_interval: 10s
|
|
|
|
metrics_path: '/debug/metrics'
|
|
|
|
static_configs:
|
|
|
|
- targets: ['localhost:1234']
|
|
|
|
|
|
|
|
- job_name: node_exporter
|
|
|
|
scrape_interval: 15s
|
|
|
|
static_configs:
|
|
|
|
- targets: ['localhost:9100']
|