commit | 9fcd9d634dd104cde280e3fee4a5a6cbef90d2a7 | [log] [tgz] |
---|---|---|
author | Michael Vollman <mvollman@mirantis.com> | Thu May 02 15:23:06 2019 -0400 |
committer | Michael Vollman <mvollman@mirantis.com> | Tue May 07 13:14:26 2019 -0400 |
tree | 1ddf3232a31f0031856231ecae696c6dcd98b62e | |
parent | 9227dbd4246f158a657e9dde861ac33dc7c7a6b1 [diff] |
Remove multiplier from AVG disk util graph Change-Id: I3aa081968c8dbb456d8a869c8b1408d55c59822f Related-PROD: PROD-29926
diff --git a/ceph/files/grafana_dashboards/hosts-overview_prometheus.json b/ceph/files/grafana_dashboards/hosts-overview_prometheus.json index bdc6a90..8112cee 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 (\n ((irate(diskio_io_time[5m]) / 10 )\n ) *\n on(host, name) diskio_io_time{host=~\"($osd_hosts).*\"}\n)", + "expr": "avg ( (irate(diskio_io_time{host=~\"($osd_hosts).*\"}[5m]) / 10 ) )", "format": "table", "instant": true, "intervalFactor": 1,