commit | 75718b34b5300d5d7d3132df5de1f0e9656cf38c | [log] [tgz] |
---|---|---|
author | Michael Vollman <mvollman@mirantis.com> | Tue May 28 16:25:53 2019 -0400 |
committer | Michael Vollman <mvollman@mirantis.com> | Tue May 28 16:25:53 2019 -0400 |
tree | 9db7256d533c3dca979c8f78c88ca2f3c5678f78 | |
parent | c602ecf1f4f4a0bbdfe72dd5f9b502285979f0d3 [diff] |
remove conversion to sec from disk_io_time remove conversion to sec from host overview dashboard since telegraph disk_io_time is already in seconds. Change-Id: I7993add1fdf2d0351bc914c04dca2a4e70b8e7aa Related-Prod: PROD-30652
diff --git a/ceph/files/grafana_dashboards/hosts-overview_prometheus.json b/ceph/files/grafana_dashboards/hosts-overview_prometheus.json index 93314e2..921f886 100644 --- a/ceph/files/grafana_dashboards/hosts-overview_prometheus.json +++ b/ceph/files/grafana_dashboards/hosts-overview_prometheus.json
@@ -577,7 +577,7 @@ "tableColumn": "Value", "targets": [ { - "expr": "avg ( (irate(diskio_io_time{host=~\"($osd_hosts).*\"}[5m]) / 10 ) )", + "expr": "avg ( (irate(diskio_io_time{host=~\"($osd_hosts).*\"}[5m])) )", "format": "table", "instant": true, "intervalFactor": 1,