commit | 326992e5e830cd3979f04f1e296514b2ec4cb4d5 | [log] [tgz] |
---|---|---|
author | Michael Vollman <mvollman@mirantis.com> | Thu May 02 15:23:06 2019 -0400 |
committer | Michael Vollman <mvollman@mirantis.com> | Thu May 02 15:27:42 2019 -0400 |
tree | 14a906b24d0964df9994f42a5c546953dc8df1d3 | |
parent | e8ac721504cc209e287a837dc01b5b65e753ee64 [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,