Updated Branches:
  refs/heads/trunk a4230368b -> 61a0e73b7

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


Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/61a0e73b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/61a0e73b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/61a0e73b

Branch: refs/heads/trunk
Commit: 61a0e73b7751f11e3a1f457d4cd7fa67a221a30b
Parents: a423036
Author: Siddharth Wagle <[email protected]>
Authored: Mon Aug 19 14:13:15 2013 -0700
Committer: Siddharth Wagle <[email protected]>
Committed: Mon Aug 19 14:13:15 2013 -0700

----------------------------------------------------------------------
 ambari-server/src/main/resources/jmx_properties_2.json | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/61a0e73b/ambari-server/src/main/resources/jmx_properties_2.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/jmx_properties_2.json 
b/ambari-server/src/main/resources/jmx_properties_2.json
index 2554549..c6286b0 100644
--- a/ambari-server/src/main/resources/jmx_properties_2.json
+++ b/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,

Reply via email to