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

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


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

commit 9ecf6f7f1c6d47198c449c8d4d0ba060996334ea
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 60fdab18818..77c2b0967ad 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -2961,12 +2961,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>
@@ -3006,12 +3006,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