From d3ce718fe7e8e65674a535693afc7735135f174b Mon Sep 17 00:00:00 2001 From: Jose Luis Lucas Date: Thu, 14 Feb 2019 14:21:23 +0100 Subject: [PATCH] Improve QED dashboard --- .../modules/prometheus/provisioning/dashboards/QED.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/aws/modules/prometheus/provisioning/dashboards/QED.json b/deploy/aws/modules/prometheus/provisioning/dashboards/QED.json index 1cac60f4f..896d887dc 100644 --- a/deploy/aws/modules/prometheus/provisioning/dashboards/QED.json +++ b/deploy/aws/modules/prometheus/provisioning/dashboards/QED.json @@ -15,7 +15,7 @@ "editable": true, "gnetId": null, "graphTooltip": 0, - "id": 12, + "id": 3, "links": [], "panels": [ { @@ -213,7 +213,7 @@ "tableColumn": "Value", "targets": [ { - "expr": "sum(qed_balloon_add_total) / 3", + "expr": "sum(qed_balloon_add_total) / sum(qed_instances_count)", "format": "time_series", "hide": false, "instant": false, @@ -1471,7 +1471,7 @@ "list": [] }, "time": { - "from": "now-5m", + "from": "now-15m", "to": "now" }, "timepicker": { @@ -1502,5 +1502,5 @@ "timezone": "", "title": "QED", "uid": "rjPFfGuik", - "version": 2 + "version": 1 } \ No newline at end of file