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

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


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

commit 67032b8ecfa00a9b403045ce3f1219755365a9d2
Author: atu-sharm <131497429+atu-sh...@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 <matth...@confluent.io>
---
 docs/ops.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/ops.html b/docs/ops.html
index 19f2b47d4c9..c4e42041248 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -2883,12 +2883,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>
@@ -2928,12 +2928,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>

Reply via email to