From 63051d08455f1466cd576a490a1dbb88c31a8317 Mon Sep 17 00:00:00 2001 From: Mateusz Matuszkowiak Date: Tue, 27 Mar 2018 11:45:23 +0200 Subject: [PATCH] Remove handler as its not needed Change-Id: I11d29619665c053bd6b8f5b133c5143edb80fb5c Closes-Bug: PROD-18802 --- .../files/grafana_dashboards/pushgateway_prometheus.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prometheus/files/grafana_dashboards/pushgateway_prometheus.json b/prometheus/files/grafana_dashboards/pushgateway_prometheus.json index e1e341c..83c4b09 100644 --- a/prometheus/files/grafana_dashboards/pushgateway_prometheus.json +++ b/prometheus/files/grafana_dashboards/pushgateway_prometheus.json @@ -136,7 +136,7 @@ "steppedLine": false, "targets": [ { - "expr": "rate(http_requests_total{handler=\"push\",job=\"pushgateway\",instance=~\"$Pushgateway:[1-9][0-9]*\"}[10m])", + "expr": "rate(http_requests_total{job=\"pushgateway\",instance=~\"$Pushgateway:[1-9][0-9]*\"}[10m])", "format": "time_series", "hide": false, "intervalFactor": 2, @@ -145,7 +145,7 @@ "step": 4 }, { - "expr": "rate(http_requests_total{handler=\"push\",job=\"pushgateway\",instance=~\"$Pushgateway:[1-9][0-9]*\"}[1h])", + "expr": "rate(http_requests_total{job=\"pushgateway\",instance=~\"$Pushgateway:[1-9][0-9]*\"}[1h])", "format": "time_series", "intervalFactor": 2, "legendFormat": "1h rate", @@ -153,7 +153,7 @@ "step": 4 }, { - "expr": "rate(http_requests_total{handler=\"push\",job=\"pushgateway\",instance=~\"$Pushgateway:[1-9][0-9]*\"}[6h])", + "expr": "rate(http_requests_total{job=\"pushgateway\",instance=~\"$Pushgateway:[1-9][0-9]*\"}[6h])", "format": "time_series", "intervalFactor": 2, "legendFormat": "6h rate",