You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2016/10/06 18:20:26 UTC

kafka git commit: KAFKA-4252; Fix purgatory metric name in documentation

Repository: kafka
Updated Branches:
  refs/heads/trunk c9da62794 -> 3c8925946


KAFKA-4252; Fix purgatory metric name in documentation

Author: Rajini Sivaram <ra...@googlemail.com>

Reviewers: Jason Gustafson <ja...@confluent.io>

Closes #1980 from rajinisivaram/KAFKA-4252


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/3c892594
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/3c892594
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/3c892594

Branch: refs/heads/trunk
Commit: 3c8925946ddfe7be8bea521c7d08a56aec756a2d
Parents: c9da627
Author: Rajini Sivaram <ra...@googlemail.com>
Authored: Thu Oct 6 11:19:43 2016 -0700
Committer: Jason Gustafson <ja...@confluent.io>
Committed: Thu Oct 6 11:19:43 2016 -0700

----------------------------------------------------------------------
 docs/ops.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/3c892594/docs/ops.html
----------------------------------------------------------------------
diff --git a/docs/ops.html b/docs/ops.html
index 7565738..a65269a 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -695,12 +695,12 @@ We do graphing and alerting on the following metrics:
     </tr>
     <tr>
       <td>Requests waiting in the producer purgatory</td>
-      <td>kafka.server:type=ProducerRequestPurgatory,name=PurgatorySize</td>
+      <td>kafka.server:type=DelayedOperationPurgatory,name=PurgatorySize,delayedOperation=Produce</td>
       <td>non-zero if ack=-1 is used</td>
     </tr>
     <tr>
       <td>Requests waiting in the fetch purgatory</td>
-      <td>kafka.server:type=FetchRequestPurgatory,name=PurgatorySize</td>
+      <td>kafka.server:type=DelayedOperationPurgatory,name=PurgatorySize,delayedOperation=Fetch</td>
       <td>size depends on fetch.wait.max.ms in the consumer</td>
     </tr>
     <tr>