You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mj...@apache.org on 2023/09/08 02:07:39 UTC

[kafka] branch 3.3 updated: KAFKA-15338: The metric group documentation for metrics added in KAFKA-13945 is incorrect (#14221)

This is an automated email from the ASF dual-hosted git repository.

mjsax pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/3.3 by this push:
     new 5247b14c40c KAFKA-15338: The metric group documentation for metrics added in KAFKA-13945 is incorrect (#14221)
5247b14c40c is described below

commit 5247b14c40cb2961fe5ec43b0c9eb880e33c734c
Author: atu-sharm <13...@users.noreply.github.com>
AuthorDate: Fri Sep 8 07:35:14 2023 +0530

    KAFKA-15338: The metric group documentation for metrics added in KAFKA-13945 is incorrect (#14221)
    
    Reviewers: Matthias J. Sax <ma...@confluent.io>
---
 docs/ops.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/ops.html b/docs/ops.html
index c3ac673fdd1..50c76011cbb 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -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>