KAFKA-15338: The metric group documentation for metrics added in KAFKA-13945 is incorrect (#14221)

Reviewers: Matthias J. Sax <matthias@confluent.io>
This commit is contained in:
atu-sharm 2023-09-08 07:35:14 +05:30 committed by Matthias J. Sax
parent 6624d07034
commit ec1ab53dcd
1 changed files with 4 additions and 4 deletions

View File

@ -2878,12 +2878,12 @@ active-process-ratio metrics which have a recording level of <code>info</code>:
<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>
@ -2923,12 +2923,12 @@ active-process-ratio metrics which have a recording level of <code>info</code>:
<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>