From 3a97967b5f4860613a4ba63dab7b0c7d3a318eec Mon Sep 17 00:00:00 2001 From: Luke Imhoff Date: Mon, 1 Oct 2018 12:30:33 -0500 Subject: [PATCH] Scrape interval to match observer --- prometheus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/prometheus.yml b/prometheus.yml index 2890e0a6eecf..396e74252fc8 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -1,5 +1,6 @@ scrape_configs: - job_name: block_scout scheme: 'http' + scrape_interval: 10s static_configs: - targets: ['localhost:4000']