Updated Branches: refs/heads/trunk 9660e52e0 -> b105d51bd
AMBARI-3178. Incorrect HDFS Garbage Collection Time on Heatmap. (swagle) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/b105d51b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/b105d51b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/b105d51b Branch: refs/heads/trunk Commit: b105d51bd3630e22fd5c9c2235d0072282cd0572 Parents: 9660e52 Author: Siddharth Wagle <[email protected]> Authored: Tue Sep 10 14:55:50 2013 -0700 Committer: Siddharth Wagle <[email protected]> Committed: Tue Sep 10 15:00:15 2013 -0700 ---------------------------------------------------------------------- ambari-server/src/main/resources/ganglia_properties.json | 4 ++-- ambari-server/src/main/resources/ganglia_properties_2.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/b105d51b/ambari-server/src/main/resources/ganglia_properties.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/ganglia_properties.json b/ambari-server/src/main/resources/ganglia_properties.json index b9feeab..534af7e 100644 --- a/ambari-server/src/main/resources/ganglia_properties.json +++ b/ambari-server/src/main/resources/ganglia_properties.json @@ -2505,7 +2505,7 @@ }, "metrics/jvm/gcTimeMillis":{ "metric":"jvm.metrics.gcTimeMillis", - "pointInTime":true, + "pointInTime":false, "temporal":true }, "metrics/jvm/logError":{ @@ -4733,7 +4733,7 @@ }, "metrics/jvm/gcTimeMillis":{ "metric":"jvm.metrics.gcTimeMillis", - "pointInTime":true, + "pointInTime":false, "temporal":true }, "metrics/jvm/logError":{ http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/b105d51b/ambari-server/src/main/resources/ganglia_properties_2.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/ganglia_properties_2.json b/ambari-server/src/main/resources/ganglia_properties_2.json index 98019bc..0d7efba 100644 --- a/ambari-server/src/main/resources/ganglia_properties_2.json +++ b/ambari-server/src/main/resources/ganglia_properties_2.json @@ -2460,7 +2460,7 @@ }, "metrics/jvm/gcTimeMillis":{ "metric":"jvm.JvmMetrics.GcTimeMillis", - "pointInTime":true, + "pointInTime":false, "temporal":true }, "metrics/jvm/logError":{ @@ -2767,7 +2767,7 @@ }, "metrics/jvm/gcTimeMillis":{ "metric":"jvm.JvmMetrics.GcTimeMillis", - "pointInTime":true, + "pointInTime":false, "temporal":true }, "metrics/jvm/logError":{ @@ -6416,7 +6416,7 @@ }, "metrics/jvm/gcTimeMillis":{ "metric":"jvm.JvmMetrics.GcTimeMillis", - "pointInTime":true, + "pointInTime":false, "temporal":true }, "metrics/jvm/logError":{ @@ -6724,7 +6724,7 @@ }, "metrics/jvm/gcTimeMillis":{ "metric":"jvm.JvmMetrics.GcTimeMillis", - "pointInTime":true, + "pointInTime":false, "temporal":true }, "metrics/jvm/logError":{
