lotus/metrics/prometheus.yml

9 lines
151 B
YAML
Raw Normal View History

global:
scrape_interval: 10s
scrape_configs:
- job_name: 'lotus'
metrics_path: '/debug/metrics'
static_configs:
- targets: ['localhost:1234']