From b6f862aac88b9eb01a6498f43e2944f8a1f9d269 Mon Sep 17 00:00:00 2001 From: Sergii Kabashniuk Date: Mon, 10 Jun 2019 12:47:55 +0300 Subject: [PATCH] Polishing of monitoring dashboards - Increased refresh interval - Add graphs for user and workspaces number Signed-off-by: Sergii Kabashniuk --- .../templates/monitoring/grafana-dashboards.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deploy/openshift/templates/monitoring/grafana-dashboards.yaml b/deploy/openshift/templates/monitoring/grafana-dashboards.yaml index 65ac57bea85..ebda2bfd6dd 100644 --- a/deploy/openshift/templates/monitoring/grafana-dashboards.yaml +++ b/deploy/openshift/templates/monitoring/grafana-dashboards.yaml @@ -3448,7 +3448,7 @@ data: ] } ], - "refresh": "30s", + "refresh": "15m", "schemaVersion": 18, "style": "dark", "tags": [], @@ -3696,9 +3696,9 @@ data: ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", - "full": false, + "full": true, "lineColor": "rgb(31, 120, 193)", - "show": false + "show": true }, "tableColumn": "", "targets": [ @@ -3778,9 +3778,9 @@ data: ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", - "full": false, + "full": true, "lineColor": "rgb(31, 120, 193)", - "show": false + "show": true }, "tableColumn": "", "targets": [ @@ -5218,7 +5218,7 @@ data: "yBucketSize": null } ], - "refresh": "5s", + "refresh": "15m", "schemaVersion": 18, "style": "dark", "tags": [], @@ -5240,7 +5240,7 @@ data: ] }, "time": { - "from": "now-1h", + "from": "now-24h", "to": "now" }, "timepicker": {