From bab89482cc4b9d49bde92fed9e2b1d0540ae36ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alfonso=20Mart=C3=ADnez?= Date: Tue, 3 Dec 2019 14:15:10 +0100 Subject: [PATCH] mgr/dashboard: grafana charts match time picker selection. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: https://tracker.ceph.com/issues/43097 Signed-off-by: Alfonso Martínez (cherry picked from commit 5ba114330e4cacf31b4117105773222a1b69898f) --- monitoring/grafana/dashboards/ceph-cluster.json | 2 +- monitoring/grafana/dashboards/host-details.json | 4 ++-- monitoring/grafana/dashboards/osds-overview.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/monitoring/grafana/dashboards/ceph-cluster.json b/monitoring/grafana/dashboards/ceph-cluster.json index eb691a1be3011..2fcee528d24c0 100644 --- a/monitoring/grafana/dashboards/ceph-cluster.json +++ b/monitoring/grafana/dashboards/ceph-cluster.json @@ -116,7 +116,7 @@ } ], "thresholds": "1,2", - "timeFrom": "1m", + "timeFrom": null, "title": "Health Status", "transparent": false, "type": "singlestat", diff --git a/monitoring/grafana/dashboards/host-details.json b/monitoring/grafana/dashboards/host-details.json index c4d139a68c007..c532c5e02388a 100644 --- a/monitoring/grafana/dashboards/host-details.json +++ b/monitoring/grafana/dashboards/host-details.json @@ -527,7 +527,7 @@ } ], "thresholds": [], - "timeFrom": "15m", + "timeFrom": null, "timeShift": null, "title": "Network drop rate", "tooltip": { @@ -711,7 +711,7 @@ } ], "thresholds": [], - "timeFrom": "15m", + "timeFrom": null, "timeShift": null, "title": "Network error rate", "tooltip": { diff --git a/monitoring/grafana/dashboards/osds-overview.json b/monitoring/grafana/dashboards/osds-overview.json index d81c6e3646e1a..869fdc2fa5ebb 100644 --- a/monitoring/grafana/dashboards/osds-overview.json +++ b/monitoring/grafana/dashboards/osds-overview.json @@ -503,7 +503,7 @@ "step": 240 } ], - "timeFrom": "2m", + "timeFrom": null, "timeShift": null, "title": "OSD Objectstore Types", "type": "grafana-piechart-panel", @@ -620,7 +620,7 @@ "step": 2 } ], - "timeFrom": "2m", + "timeFrom": null, "timeShift": null, "title": "OSD Size Summary", "type": "grafana-piechart-panel", @@ -781,7 +781,7 @@ } ], "thresholds": [], - "timeFrom": "36h", + "timeFrom": null, "timeShift": null, "title": "Read/Write Profile", "tooltip": { -- 2.39.5