Updated Branches: refs/heads/trunk afc574e8b -> 5f3a94efa
AMBARI-2832. YARN time series data needed for containers. (Dmitry Sen via yusaku) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/5f3a94ef Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/5f3a94ef Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/5f3a94ef Branch: refs/heads/trunk Commit: 5f3a94efa1da9dec26bc9424907bb1372a8f3d1e Parents: afc574e Author: Yusaku Sako <[email protected]> Authored: Wed Aug 7 11:18:52 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Wed Aug 7 11:18:52 2013 -0700 ---------------------------------------------------------------------- ambari-server/src/main/resources/ganglia_properties_2.json | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/5f3a94ef/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 525463c..81342dc 100644 --- a/ambari-server/src/main/resources/ganglia_properties_2.json +++ b/ambari-server/src/main/resources/ganglia_properties_2.json @@ -16838,6 +16838,11 @@ "pointInTime":false, "temporal":true }, + "metrics/yarn/Queue/ReservedContainers":{ + "metric":"yarn.QueueMetrics.ReservedContainers", + "pointInTime":false, + "temporal":true + }, "metrics/yarn/Queue/ActiveUsers":{ "metric":"yarn.QueueMetrics.ActiveUsers", "pointInTime":false,
