Skip to content

Commit

Permalink
KAFKA-15338: The metric group documentation for metrics added in KAFK…
Browse files Browse the repository at this point in the history
…A-13945 is incorrect (#14221)

Reviewers: Matthias J. Sax <matthias@confluent.io>
  • Loading branch information
atu-sharm authored and mjsax committed Sep 8, 2023
1 parent 946ab8f commit bb98b61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/ops.html
Expand Up @@ -2961,12 +2961,12 @@ <h5 class="anchor-heading"><a id="kafka_streams_node_monitoring" class="anchor-l
<tr>
<td>bytes-consumed-total</td>
<td>The total number of bytes consumed by a source processor node.</td>
<td>kafka.streams:type=stream-processor-node-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+),topic=([-.\w]+)</td>
<td>kafka.streams:type=stream-topic-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+),topic=([-.\w]+)</td>
</tr>
<tr>
<td>bytes-produced-total</td>
<td>The total number of bytes produced by a sink processor node.</td>
<td>kafka.streams:type=stream-processor-node-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+),topic=([-.\w]+)</td>
<td>kafka.streams:type=stream-topic-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+),topic=([-.\w]+)</td>
</tr>
<tr>
<td>process-rate</td>
Expand Down Expand Up @@ -3006,12 +3006,12 @@ <h5 class="anchor-heading"><a id="kafka_streams_node_monitoring" class="anchor-l
<tr>
<td>records-consumed-total</td>
<td>The total number of records consumed by a source processor node.</td>
<td>kafka.streams:type=stream-processor-node-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+),topic=([-.\w]+)</td>
<td>kafka.streams:type=stream-topic-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+),topic=([-.\w]+)</td>
</tr>
<tr>
<td>records-produced-total</td>
<td>The total number of records produced by a sink processor node.</td>
<td>kafka.streams:type=stream-processor-node-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+),topic=([-.\w]+)</td>
<td>kafka.streams:type=stream-topic-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+),topic=([-.\w]+)</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit bb98b61

Please sign in to comment.