Repository: ambari Updated Branches: refs/heads/branch-2.5 dd8848deb -> f35667653
AMBARI-19717. HDFS TopN Operations by User graph showing wrong data in grafana. (Vivek Subramanian via yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f3566765 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f3566765 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f3566765 Branch: refs/heads/branch-2.5 Commit: f356676537cf110718d9883660f69f758c2143b3 Parents: dd8848d Author: Yusaku Sako <[email protected]> Authored: Wed Jan 25 16:45:35 2017 -0800 Committer: Yusaku Sako <[email protected]> Committed: Wed Jan 25 16:46:32 2017 -0800 ---------------------------------------------------------------------- .../HDP/grafana-hdfs-topn.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f3566765/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/files/grafana-dashboards/HDP/grafana-hdfs-topn.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/files/grafana-dashboards/HDP/grafana-hdfs-topn.json b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/files/grafana-dashboards/HDP/grafana-hdfs-topn.json index 688d113..90fd37c 100644 --- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/files/grafana-dashboards/HDP/grafana-hdfs-topn.json +++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/files/grafana-dashboards/HDP/grafana-hdfs-topn.json @@ -82,11 +82,11 @@ "steppedLine": false, "targets": [ { - "aggregator": "avg", + "aggregator": "none", "app": "namenode", "downsampleAggregator": "avg", "errors": {}, - "metric": "dfs.NNTopUserOpCounts.windowMs=1500000.op=%.TotalCount", + "metric": "dfs.NNTopUserOpCounts.windowMs=60000.op=%.TotalCount", "precision": "default", "refId": "A", "seriesAggregator": "none", @@ -152,11 +152,11 @@ "steppedLine": false, "targets": [ { - "aggregator": "avg", + "aggregator": "none", "app": "namenode", "downsampleAggregator": "avg", "errors": {}, - "metric": "dfs.NNTopUserOpCounts.windowMs=1500000.op=%.TotalCount", + "metric": "dfs.NNTopUserOpCounts.windowMs=300000.op=%.TotalCount", "precision": "default", "refId": "A", "seriesAggregator": "none", @@ -222,7 +222,7 @@ "steppedLine": false, "targets": [ { - "aggregator": "avg", + "aggregator": "none", "app": "namenode", "downsampleAggregator": "avg", "errors": {}, @@ -305,7 +305,7 @@ "app": "namenode", "downsampleAggregator": "avg", "errors": {}, - "metric": "dfs.NNTopUserOpCounts.windowMs=1500000.op=*.user=%.count", + "metric": "dfs.NNTopUserOpCounts.windowMs=60000.op=*.user=%.count", "precision": "default", "refId": "A", "seriesAggregator": "none", @@ -375,7 +375,7 @@ "app": "namenode", "downsampleAggregator": "avg", "errors": {}, - "metric": "dfs.NNTopUserOpCounts.windowMs=1500000.op=*.user=%.count", + "metric": "dfs.NNTopUserOpCounts.windowMs=300000.op=*.user=%.count", "precision": "default", "refId": "A", "seriesAggregator": "none", @@ -526,7 +526,7 @@ "steppedLine": false, "targets": [ { - "aggregator": "max", + "aggregator": "none", "app": "namenode", "downsampleAggregator": "avg", "errors": {}, @@ -614,7 +614,7 @@ "steppedLine": false, "targets": [ { - "aggregator": "max", + "aggregator": "none", "app": "namenode", "downsampleAggregator": "avg", "errors": {}, @@ -702,7 +702,7 @@ "steppedLine": false, "targets": [ { - "aggregator": "max", + "aggregator": "none", "app": "namenode", "downsampleAggregator": "avg", "errors": {},
