Просмотр исходного кода

AMBARI-3211. NameNode StartTime property does not exist at host level API. (swagle)

Siddharth Wagle 12 лет назад
Родитель
Сommit
8dd0f4f51b
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      ambari-server/src/main/resources/jmx_properties_2.json

+ 5 - 0
ambari-server/src/main/resources/jmx_properties_2.json

@@ -1141,6 +1141,11 @@
         "metric":"Hadoop:service=NameNode,name=UgiMetrics.LoginSuccessNumOps",
         "pointInTime":true,
         "temporal":false
+      },
+      "metrics/runtime/StartTime":{
+        "metric" : "java.lang:type=Runtime.StartTime",
+        "pointInTime" : true,
+        "temporal" : false
       }
     },
     "DATANODE":{