Scrape interval to match observer

pull/841/head
Luke Imhoff 6 years ago
parent 32380ba1e9
commit 3a97967b5f
  1. 1
      prometheus.yml

@ -1,5 +1,6 @@
scrape_configs: scrape_configs:
- job_name: block_scout - job_name: block_scout
scheme: 'http' scheme: 'http'
scrape_interval: 10s
static_configs: static_configs:
- targets: ['localhost:4000'] - targets: ['localhost:4000']

Loading…
Cancel
Save