JimGalasyn commented on code in PR #16316:
URL: https://github.com/apache/kafka/pull/16316#discussion_r1638978091


##########
docs/ops.html:
##########
@@ -3100,7 +3100,8 @@ <h5 class="anchor-heading"><a 
id="kafka_streams_task_monitoring" class="anchor-l
 
  <h5 class="anchor-heading"><a id="kafka_streams_node_monitoring" 
class="anchor-link"></a><a href="#kafka_streams_node_monitoring">Processor Node 
Metrics</a></h5>
  The following metrics are only available on certain types of nodes, i.e., the 
process-* metrics are only available for
- source processor nodes, the suppression-emit-* metrics are only available for 
suppression operation nodes, and the
+ source processor nodes, the suppression-emit-* metrics are only available for 
suppression operation nodes,
+ emit-final-* metrics are only available for windowed aggregations nodes, and 
the
  record-e2e-latency-* metrics are only available for source processor nodes 
and terminal nodes (nodes without successor
  nodes).
  All of the metrics have a recording level of <code>debug</code>, except for 
the record-e2e-latency-* metrics which have

Review Comment:
   ```suggestion
    All of the metrics have a recording level of <code>debug</code>, except for 
the <code>record-e2e-latency-*</code> metrics which have
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to