diff --git a/docs/ops.html b/docs/ops.html index 1210b26739f..1c0a78e8f37 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -3248,19 +3248,29 @@ for built-in state stores, currently we have: kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) - all-latency-max + all-latency-max, from iterator create to close time. The maximum all operation execution time in ns. kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) - range-latency-avg - The average range execution time in ns. + range-latency-avg, from iterator create to close time. + The average range execution time in ns, from iterator create to close time. kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) - range-latency-max + range-latency-max, from iterator create to close time. The maximum range execution time in ns. kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) + + + prefix-scan-latency-avg + The average prefix-scan execution time in ns, from iterator create to close time. + kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) + + + prefix-scan-latency-max + The maximum prefix-scan execution time in ns, from iterator create to close time. + kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) flush-latency-avg @@ -3317,6 +3327,11 @@ for built-in state stores, currently we have: The average range rate for this store. kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) + + prefix-scan-rate + The average prefix-scan rate for this store. + kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) + flush-rate The average flush rate for this store.