Updated Branches: refs/heads/trunk 26fcd451a -> cdb67e8ff
AMBARI-2858. YARN time series data needed for AllocatedContainers. (Dmitry Sen via mahadev) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/cdb67e8f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/cdb67e8f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/cdb67e8f Branch: refs/heads/trunk Commit: cdb67e8ff9dadba958992a5904887abf28ca028f Parents: 26fcd45 Author: Mahadev Konar <[email protected]> Authored: Fri Aug 9 12:34:47 2013 -0700 Committer: Mahadev Konar <[email protected]> Committed: Fri Aug 9 12:34:47 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/cdb67e8f/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 81342dc..5b7464f 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/AllocatedContainers":{ + "metric":"yarn.QueueMetrics.AllocatedContainers", + "pointInTime":false, + "temporal":true + }, "metrics/yarn/Queue/ReservedContainers":{ "metric":"yarn.QueueMetrics.ReservedContainers", "pointInTime":false,
