JimGalasyn commented on code in PR #16316: URL: https://github.com/apache/kafka/pull/16316#discussion_r1638977463
########## 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 Review Comment: ```suggestion <code>emit-final-*</code> metrics are only available for windowed aggregations nodes, and the ``` -- 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