mirror of https://github.com/apache/kafka.git
MINOR: Fix doc for producer throttle time metrics
Author: Rajini Sivaram <rajinisivaram@googlemail.com> Reviewers: Ismael Juma <ismael@juma.me.uk>, Jun Rao <junrao@gmail.com> Closes #3169 from rajinisivaram/MINOR-producer-metrics
This commit is contained in:
parent
80223b14ee
commit
b38b74bb77
|
@ -1103,6 +1103,16 @@
|
|||
<td>The age in seconds of the current producer metadata being used.</td>
|
||||
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>produce-throttle-time-max</td>
|
||||
<td>The maximum time in ms a request was throttled by a broker.</td>
|
||||
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>produce-throttle-time-avg</td>
|
||||
<td>The average time in ms a request was throttled by a broker.</td>
|
||||
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>record-send-rate</td>
|
||||
|
@ -1129,16 +1139,6 @@
|
|||
<td>The average per-second number of record sends that resulted in errors for a topic.</td>
|
||||
<td>kafka.producer:type=producer-topic-metrics,client-id=([-.\w]+),topic=([-.\w]+)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>produce-throttle-time-max</td>
|
||||
<td>The maximum time in ms a request was throttled by a broker.</td>
|
||||
<td>kafka.producer:type=producer-topic-metrics,client-id=([-.\w]+)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>produce-throttle-time-avg</td>
|
||||
<td>The average time in ms a request was throttled by a broker.</td>
|
||||
<td>kafka.producer:type=producer-topic-metrics,client-id=([-.\w]+)</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue