Browse Source

AMBARI-2958. Expose API to check on # of NameNode edit logs. (swagle)

Siddharth Wagle 12 years ago
parent
commit
61a0e73b77
1 changed files with 5 additions and 0 deletions
  1. 5 0
      ambari-server/src/main/resources/jmx_properties_2.json

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

@@ -1232,6 +1232,11 @@
         "pointInTime" : true,
         "temporal" : false
       },
+      "metrics/dfs/namenode/JournalTransactionInfo":{
+        "metric" : "Hadoop:service=NameNode,name=NameNodeInfo.JournalTransactionInfo",
+        "pointInTime" : true,
+        "temporal" : false
+      },
       "metrics/jvm/gcCount":{
         "metric" : "Hadoop:service=NameNode,name=JvmMetrics.GcCount",
         "pointInTime" : true,