@@ -3026,17 +3026,17 @@ active-process-ratio metrics which have a recording level of info
:
process-rate |
- The average number of records processed by a source processor node per second. |
+ The average number of records processed by a source processor node per sec. |
kafka.streams:type=stream-processor-node-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
process-total |
- The total number of records processed by a source processor node per second. |
+ The total number of records processed by a source processor node per sec. |
kafka.streams:type=stream-processor-node-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
suppression-emit-rate |
- The rate at which records that have been emitted downstream from suppression operation nodes. |
+ The rate of records emitted per sec that have been emitted downstream from suppression operation nodes. |
kafka.streams:type=stream-processor-node-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
@@ -3046,17 +3046,17 @@ active-process-ratio metrics which have a recording level of info
:
emit-final-latency-max |
- The max latency to emit final records when a record could be emitted. |
+ The max latency in ms to emit final records when a record could be emitted. |
kafka.streams:type=stream-processor-node-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
emit-final-latency-avg |
- The avg latency to emit final records when a record could be emitted. |
+ The avg latency in ms to emit final records when a record could be emitted. |
kafka.streams:type=stream-processor-node-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
emit-final-records-rate |
- The rate of records emitted when records could be emitted. |
+ The rate of records emitted per sec when records could be emitted. |
kafka.streams:type=stream-processor-node-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
@@ -3066,17 +3066,17 @@ active-process-ratio metrics which have a recording level of info
:
record-e2e-latency-avg |
- The average end-to-end latency of a record, measured by comparing the record timestamp with the system time when it has been fully processed by the node. |
+ The average end-to-end latency in ms of a record, measured by comparing the record timestamp with the system time when it has been fully processed by the node. |
kafka.streams:type=stream-processor-node-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
record-e2e-latency-max |
- The maximum end-to-end latency of a record, measured by comparing the record timestamp with the system time when it has been fully processed by the node. |
+ The maximum end-to-end latency in ms of a record, measured by comparing the record timestamp with the system time when it has been fully processed by the node. |
kafka.streams:type=stream-processor-node-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
record-e2e-latency-min |
- The minimum end-to-end latency of a record, measured by comparing the record timestamp with the system time when it has been fully processed by the node. |
+ The minimum end-to-end latency in ms of a record, measured by comparing the record timestamp with the system time when it has been fully processed by the node. |
kafka.streams:type=stream-processor-node-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
@@ -3219,42 +3219,42 @@ customized state stores; for built-in state stores, currently we have:
put-rate |
- The average put rate for this store. |
+ The average put rate per sec for this store. |
kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) |
put-if-absent-rate |
- The average put-if-absent rate for this store. |
+ The average put-if-absent rate per sec for this store. |
kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) |
get-rate |
- The average get rate for this store. |
+ The average get rate per sec for this store. |
kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) |
delete-rate |
- The average delete rate for this store. |
+ The average delete rate per sec for this store. |
kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) |
put-all-rate |
- The average put-all rate for this store. |
+ The average put-all rate per sec for this store. |
kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) |
all-rate |
- The average all operation rate for this store. |
+ The average all operation rate per sec for this store. |
kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) |
range-rate |
- The average range rate for this store. |
+ The average range rate per sec 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. |
+ The average prefix-scan rate per sec for this store. |
kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) |
@@ -3269,7 +3269,7 @@ customized state stores; for built-in state stores, currently we have:
suppression-buffer-size-avg |
- The average total size, in bytes, of the buffered data over the sampling window. |
+ The average total size in bytes of the buffered data over the sampling window. |
kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),in-memory-suppression-id=([-.\w]+) |
@@ -3289,17 +3289,17 @@ customized state stores; for built-in state stores, currently we have:
record-e2e-latency-avg |
- The average end-to-end latency of a record, measured by comparing the record timestamp with the system time when it has been fully processed by the node. |
+ The average end-to-end latency in ms of a record, measured by comparing the record timestamp with the system time when it has been fully processed by the node. |
kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) |
record-e2e-latency-max |
- The maximum end-to-end latency of a record, measured by comparing the record timestamp with the system time when it has been fully processed by the node. |
+ The maximum end-to-end latency in ms of a record, measured by comparing the record timestamp with the system time when it has been fully processed by the node. |
kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) |
record-e2e-latency-min |
- The minimum end-to-end latency of a record, measured by comparing the record timestamp with the system time when it has been fully processed by the node. |
+ The minimum end-to-end latency in ms of a record, measured by comparing the record timestamp with the system time when it has been fully processed by the node. |
kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) |
@@ -3309,17 +3309,17 @@ customized state stores; for built-in state stores, currently we have:
iterator-duration-avg |
- The average time spent between creating an iterator and closing it, in nanoseconds. |
+ The average time in ns spent between creating an iterator and closing it. |
kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) |
iterator-duration-max |
- The maximum time spent between creating an iterator and closing it, in nanoseconds. |
+ The maximum time in ns spent between creating an iterator and closing it. |
kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) |
oldest-iterator-open-since-ms |
- The UNIX timestamp the oldest still open iterator was created, in milliseconds. |
+ The system timestamp in ms the oldest still open iterator was created. |
kafka.streams:type=stream-state-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),[store-scope]-id=([-.\w]+) |
@@ -3339,7 +3339,7 @@ customized state stores; for built-in state stores, currently we have: