From cb9c9e16761532804e4164c4140cd666d56a551f Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Fri, 14 Feb 2020 15:36:51 -0800 Subject: [PATCH] Tell Prometheus to scrape more aggressively --- prometheus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus.yaml b/prometheus.yaml index 4001c0fa9..5501da2b3 100644 --- a/prometheus.yaml +++ b/prometheus.yaml @@ -1,6 +1,6 @@ scrape_configs: - job_name: 'zebrad' - scrape_interval: 1s + scrape_interval: 500ms metrics_path: '/' static_configs: - targets: ['localhost:9999']