From b38b74bb77e6d12e4ea74b51216bdc15e47dbbce Mon Sep 17 00:00:00 2001 From: Rajini Sivaram Date: Tue, 30 May 2017 16:35:25 -0700 Subject: [PATCH] MINOR: Fix doc for producer throttle time metrics Author: Rajini Sivaram Reviewers: Ismael Juma , Jun Rao Closes #3169 from rajinisivaram/MINOR-producer-metrics --- docs/ops.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/ops.html b/docs/ops.html index 23caeafe0c4..46edb194c0b 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -1103,6 +1103,16 @@ The age in seconds of the current producer metadata being used. kafka.producer:type=producer-metrics,client-id=([-.\w]+) + + produce-throttle-time-max + The maximum time in ms a request was throttled by a broker. + kafka.producer:type=producer-metrics,client-id=([-.\w]+) + + + produce-throttle-time-avg + The average time in ms a request was throttled by a broker. + kafka.producer:type=producer-metrics,client-id=([-.\w]+) + record-send-rate @@ -1129,16 +1139,6 @@ The average per-second number of record sends that resulted in errors for a topic. kafka.producer:type=producer-topic-metrics,client-id=([-.\w]+),topic=([-.\w]+) - - produce-throttle-time-max - The maximum time in ms a request was throttled by a broker. - kafka.producer:type=producer-topic-metrics,client-id=([-.\w]+) - - - produce-throttle-time-avg - The average time in ms a request was throttled by a broker. - kafka.producer:type=producer-topic-metrics,client-id=([-.\w]+) -