eth-statediff-service/monitoring/prometheus.yml
2021-10-21 11:57:44 -05:00

8 lines
143 B
YAML

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