Browse Source

AMBARI-3487. NameNode StartTime attribute path for stack 1.x should be the same as stack 2.x. (yusaku)

Yusaku Sako 11 years ago
parent
commit
06fd82a659
1 changed files with 5 additions and 0 deletions
  1. 5 0
      ambari-server/src/main/resources/jmx_properties.json

+ 5 - 0
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,