From 0bee49609f3ff2f6e72df4bf6f40810465dad054 Mon Sep 17 00:00:00 2001 From: Ankush Behl Date: Fri, 13 Jul 2018 14:37:18 +0530 Subject: [PATCH] change the % latency to avg latency in top file operation panel in volume dashboard tendrl-bug-id: Tendrl/monitoring-integration#524 bugzilla: 1595020 Signed-off-by: Ankush Behl --- .../grafana/dashboards/tendrl-gluster-volumes.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/tendrl/monitoring-integration/grafana/dashboards/tendrl-gluster-volumes.json b/etc/tendrl/monitoring-integration/grafana/dashboards/tendrl-gluster-volumes.json index 5da42af..0333a3b 100644 --- a/etc/tendrl/monitoring-integration/grafana/dashboards/tendrl-gluster-volumes.json +++ b/etc/tendrl/monitoring-integration/grafana/dashboards/tendrl-gluster-volumes.json @@ -1280,7 +1280,7 @@ "value": "current" }], "datasource": "", - "description": "The Top File Operations panel displays the top 5 FOP (file operations) with the highest % latency, wherein the % latency is the fraction of the FOP response time that is consumed by the FOP.", + "description": "The Top File Operations panel displays the top 5 FOP (file operations) with the highest Avg. latency, wherein the Avg. latency is the fraction of the FOP response time that is consumed by the FOP.", "fontSize": "100%", "id": 29, "links": [], @@ -1307,7 +1307,7 @@ "type": "number", "unit": "short" }, { - "alias": "% Latency", + "alias": "Avg. Latency", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", @@ -1319,11 +1319,11 @@ "pattern": "Current", "thresholds": [], "type": "number", - "unit": "short" + "unit": "µs" }], "targets": [{ "refId": "A", - "target": "limit(sortByMaxima(groupByNode(tendrl.names.$cluster_id.volumes.$volume_name.nodes.*.bricks.*.fop.*.hits, 10, 'maxSeries')), 5)" + "target": "limit(sortByMaxima(groupByNode(tendrl.names.$cluster_id.volumes.$volume_name.nodes.*.bricks.*.fop.*.latencyAvg, 10, 'maxSeries')), 5)" }], "title": "Top File Operations", "transform": "timeseries_aggregations",