From 7212566f5cd39bbceb868d703355955f7d592348 Mon Sep 17 00:00:00 2001 From: Chelsea Holland Komlo Date: Thu, 14 Sep 2017 18:11:47 +0000 Subject: [PATCH] update metrics path --- integrations/prometheus/prometheus.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/integrations/prometheus/prometheus.yml b/integrations/prometheus/prometheus.yml index d0c336d55..f4b3a05c6 100644 --- a/integrations/prometheus/prometheus.yml +++ b/integrations/prometheus/prometheus.yml @@ -15,5 +15,8 @@ scrape_configs: action: keep scrape_interval: 5s - metrics_path: /metrics + metrics_path: /v1/metrics + params: + format: ['prometheus'] +