diff --git a/docs/ops.html b/docs/ops.html index 1bef09aed1d90..499edd5590486 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -2108,7 +2108,7 @@

Streams Monitoring

A Kafka Streams instance contains all the producer and consumer metrics as well as additional metrics specific to Streams. - By default Kafka Streams has metrics with two recording levels: debug and info. + By default Kafka Streams has metrics with three recording levels: info, debug, and trace.

Note that the metrics have a 4-layer hierarchy. At the top level there are client-level metrics for each started @@ -2277,8 +2277,8 @@

Task Metrics
-All of the following metrics have a recording level of debug, except for metrics -dropped-records-rate and dropped-records-total which have a recording level of info: +All of the following metrics have a recording level of debug, except for the dropped-records-*, +active-process-ratio, and record-e2e-latency-* metrics which have a recording level of info: @@ -2356,6 +2356,26 @@
State Store Metrics
- All of the following metrics have a recording level of debug. Note that the store-scope value is specified in StoreSupplier#metricsScope() for user's customized - state stores; for built-in state stores, currently we have: +All of the following metrics have a recording level of debug, except for the record-e2e-latency-* metrics which have a recording level trace>. +Note that the store-scope value is specified in StoreSupplier#metricsScope() for user's customized state stores; +for built-in state stores, currently we have: