Updated Branches: refs/heads/trunk d2bd5dc52 -> 1851aa3dd
AMBARI-2927. ResourceManager's RPC and NodeManager counts missing from time-series. (srimanth) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/1851aa3d Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/1851aa3d Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/1851aa3d Branch: refs/heads/trunk Commit: 1851aa3ddf7e3fef57b7b6a7cf6b73f0453c1db1 Parents: d2bd5dc Author: Srimanth Gunturi <[email protected]> Authored: Thu Aug 15 19:50:19 2013 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Thu Aug 15 21:29:04 2013 -0700 ---------------------------------------------------------------------- .../hdp-hadoop/templates/hadoop-metrics2.properties-GANGLIA.erb | 3 +-- .../modules/hdp-hadoop/templates/hadoop-metrics2.properties.erb | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/1851aa3d/ambari-agent/src/main/puppet/modules/hdp-hadoop/templates/hadoop-metrics2.properties-GANGLIA.erb ---------------------------------------------------------------------- diff --git a/ambari-agent/src/main/puppet/modules/hdp-hadoop/templates/hadoop-metrics2.properties-GANGLIA.erb b/ambari-agent/src/main/puppet/modules/hdp-hadoop/templates/hadoop-metrics2.properties-GANGLIA.erb index 206c64c..693fe92 100644 --- a/ambari-agent/src/main/puppet/modules/hdp-hadoop/templates/hadoop-metrics2.properties-GANGLIA.erb +++ b/ambari-agent/src/main/puppet/modules/hdp-hadoop/templates/hadoop-metrics2.properties-GANGLIA.erb @@ -38,5 +38,4 @@ resourcemanager.sink.ganglia.servers=<%=scope.function_hdp_host("ganglia_server_ nodemanager.sink.ganglia.servers=<%=scope.function_hdp_host("ganglia_server_host")%>:8660 historyserver.sink.ganglia.servers=<%=scope.function_hdp_host("ganglia_server_host")%>:8666 -resourcemanager.sink.ganglia.tagsForPrefix.yarn=* -resourcemanager.sink.ganglia.tagsForPrefix.rpc=* +resourcemanager.sink.ganglia.tagsForPrefix.yarn=Queue http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/1851aa3d/ambari-agent/src/main/puppet/modules/hdp-hadoop/templates/hadoop-metrics2.properties.erb ---------------------------------------------------------------------- diff --git a/ambari-agent/src/main/puppet/modules/hdp-hadoop/templates/hadoop-metrics2.properties.erb b/ambari-agent/src/main/puppet/modules/hdp-hadoop/templates/hadoop-metrics2.properties.erb index 206c64c..693fe92 100644 --- a/ambari-agent/src/main/puppet/modules/hdp-hadoop/templates/hadoop-metrics2.properties.erb +++ b/ambari-agent/src/main/puppet/modules/hdp-hadoop/templates/hadoop-metrics2.properties.erb @@ -38,5 +38,4 @@ resourcemanager.sink.ganglia.servers=<%=scope.function_hdp_host("ganglia_server_ nodemanager.sink.ganglia.servers=<%=scope.function_hdp_host("ganglia_server_host")%>:8660 historyserver.sink.ganglia.servers=<%=scope.function_hdp_host("ganglia_server_host")%>:8666 -resourcemanager.sink.ganglia.tagsForPrefix.yarn=* -resourcemanager.sink.ganglia.tagsForPrefix.rpc=* +resourcemanager.sink.ganglia.tagsForPrefix.yarn=Queue
