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

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

Author: nehanarkhede
Date: Tue Sep 24 01:14:23 2013
New Revision: 1525762

URL: http://svn.apache.org/r1525762
Log:
Consumer lag metric

Modified:
    kafka/site/08/ops.html

Modified: kafka/site/08/ops.html
URL: http://svn.apache.org/viewvc/kafka/site/08/ops.html?rev=1525762&r1=1525761&r2=1525762&view=diff
==============================================================================
--- kafka/site/08/ops.html (original)
+++ kafka/site/08/ops.html Tue Sep 24 01:14:23 2013
@@ -283,6 +283,11 @@ We pay particular we do graphing and ale
       <td>"kafka.network":name="{Produce|Fetch-Consumer|Fetch-Follower}-ResponseSendTimeMs",type="RequestMetrics"</td>
       <td></td>
     </tr>
+    <tr>
+      <td>Number of messages the consumer lags behind the producer by</td>
+      <td>"kafka.consumer":name="([-.\w]+)-MaxLag",type="ConsumerFetcherManager"</td>
+      <td></td>
+    </tr>
 </tbody></table>
 
 We recommend monitor GC time and other stats and various server stats such as CPU utilization, I/O service time, etc.