commit | bde409e877d965adc35344cd5db862c4a57915d4 | [log] [tgz] |
---|---|---|
author | Ildar Svetlov <isvetlov@mirantis.com> | Thu Jan 25 14:42:07 2018 +0400 |
committer | Ildar Svetlov <isvetlov@mirantis.com> | Thu Jan 25 15:37:27 2018 +0400 |
tree | 6701602fd5c74526705b3eb817456082b1f55a1b | |
parent | 9225f92c3fda93c563cca9764cbca8de968f859e [diff] |
Fix ceph dashboard bug Fix typo. 'Avg OSD Commit Latency' tab have to show commit latency and be based on ceph_commit_latency metrics. Change-Id: I8383400990bcf7e504b5f7e8391d04becb5f530c
diff --git a/ceph/files/grafana_dashboards/ceph_cluster_prometheus.json b/ceph/files/grafana_dashboards/ceph_cluster_prometheus.json index 2bd96bd..a95759c 100644 --- a/ceph/files/grafana_dashboards/ceph_cluster_prometheus.json +++ b/ceph/files/grafana_dashboards/ceph_cluster_prometheus.json
@@ -1247,7 +1247,7 @@ "tableColumn": "Value", "targets": [ { - "expr": "avg(ceph_commit_latency_sum) / avg(ceph_commitcycle_latency_avgcount)", + "expr": "avg(ceph_commit_latency_sum) / avg(ceph_commit_latency_avgcount)", "format": "time_series", "interval": "", "intervalFactor": 1,