You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2013/09/05 07:07:34 UTC

svn commit: r1520213 - /kafka/site/08/ops.html

Author: junrao
Date: Thu Sep  5 05:07:34 2013
New Revision: 1520213

URL: http://svn.apache.org/r1520213
Log:
tweak jmx beans in 0.8 doc

Modified:
    kafka/site/08/ops.html

Modified: kafka/site/08/ops.html
URL: http://svn.apache.org/viewvc/kafka/site/08/ops.html?rev=1520213&r1=1520212&r2=1520213&view=diff
==============================================================================
--- kafka/site/08/ops.html (original)
+++ kafka/site/08/ops.html Thu Sep  5 05:07:34 2013
@@ -244,17 +244,17 @@ We pay particular we do graphing and ale
     </tr>
     <tr>
       <td>Max lag in messages btw the follower replicas and the leader replicas</td>
-      <td>"kafka.server":name="([-.\w]+)-MaxLag",type="ReplicaFetcherManager"</td>
+      <td>"kafka.server":name="([-.\w]+)-MaxLag", type="ReplicaFetcherManager"</td>
       <td>&lt replica.lag.max.messages</td>
     </tr>
     <tr>
       <td>Requests waiting in the producer purgatory</td>
-      <td>"kafka.server":name="PurgatorySize",type="ProducerRequestPurgatory"</td>
+      <td>"kafka.server":name="PurgatorySize", type="ProducerRequestPurgatory"</td>
       <td>non-zero if ack=-1 is used</td>
     </tr>
     <tr>
       <td>Requests waiting in the fetch purgatory</td>
-      <td>"kafka.server":name="PurgatorySize",type="FetchRequestPurgatory"</td>
+      <td>"kafka.server":name="PurgatorySize", type="FetchRequestPurgatory"</td>
       <td>size depends on fetch.wait.max.ms in the consumer</td>
     </tr>
     <tr>