Updated Branches: refs/heads/branch-1.4.1 8bd2b4db5 -> 1b6b3cc70
AMBARI-3487. NameNode StartTime attribute path for stack 1.x should be the same as stack 2.x. (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/1b6b3cc7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/1b6b3cc7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/1b6b3cc7 Branch: refs/heads/branch-1.4.1 Commit: 1b6b3cc70cc740d80532a913e4254271fae4fa5b Parents: 8bd2b4d Author: Yusaku Sako <[email protected]> Authored: Thu Oct 10 19:28:24 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Thu Oct 10 19:30:57 2013 -0700 ---------------------------------------------------------------------- ambari-server/src/main/resources/jmx_properties.json | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/1b6b3cc7/ambari-server/src/main/resources/jmx_properties.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/jmx_properties.json b/ambari-server/src/main/resources/jmx_properties.json index 7528082..69b8d75 100644 --- a/ambari-server/src/main/resources/jmx_properties.json +++ b/ambari-server/src/main/resources/jmx_properties.json @@ -3994,6 +3994,11 @@ "pointInTime" : true, "temporal" : false }, + "metrics/runtime/StartTime":{ + "metric" : "java.lang:type=Runtime.StartTime", + "pointInTime" : true, + "temporal" : false + }, "metrics/ugi/loginFailure_avg_time":{ "metric":"Hadoop:service=NameNode,name=ugi.loginFailure_avg_time", "pointInTime":true,
