Parcourir la source

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

Yusaku Sako il y a 11 ans
Parent
commit
06fd82a659
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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,