eth-statediff-service/monitoring/prometheus.yml
2021-10-21 13:29:30 -05:00

8 lines
142 B
YAML

global:
scrape_interval: 10s
scrape_configs:
- job_name: 'eth-statediff-service'
static_configs:
- targets: ['localhost:8100']