Updated Branches: refs/heads/trunk 1a109fb29 -> 06fd82a65
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/06fd82a6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/06fd82a6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/06fd82a6 Branch: refs/heads/trunk Commit: 06fd82a659b613de87eee016827a5c7e3376d415 Parents: 1a109fb Author: Yusaku Sako <[email protected]> Authored: Thu Oct 10 19:28:24 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Thu Oct 10 19:31:22 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/06fd82a6/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,
