cadonna commented on a change in pull request #9895: URL: https://github.com/apache/kafka/pull/9895#discussion_r558404376
########## File path: docs/ops.html ########## @@ -2032,17 +2032,25 @@ <h5 class="anchor-heading"><a id="kafka_streams_store_monitoring" class="anchor- </table> <h5 class="anchor-heading"><a id="kafka_streams_rocksdb_monitoring" class="anchor-link"></a><a href="#kafka_streams_rocksdb_monitoring">RocksDB Metrics</a></h5> - All of the following metrics have a recording level of <code>debug</code>. - The metrics are collected every minute from the RocksDB state stores. - If a state store consists of multiple RocksDB instances as it is the case for aggregations over time and session windows, - each metric reports an aggregation over the RocksDB instances of the state store. + RocksDB Metrics are grouped into statistics-based metrics and properties-based metrics. + The former are recorded from statistics that a RocksDB state store collects whereas the latter are recorded from + properties that RocksDB exposes. Review comment: I elaborated on the two types of metrics. Let me know if it is better now. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org