@@ -1826,126 +1858,43 @@
Description |
Mbean name |
-
- process-latency-avg |
- The average process execution time in ns. |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
-
-
- process-latency-max |
- The maximum process execution time in ns. |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
-
-
- punctuate-latency-avg |
- The average punctuate execution time in ns. |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
-
-
- punctuate-latency-max |
- The maximum punctuate execution time in ns. |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
-
-
- create-latency-avg |
- The average create execution time in ns. |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
-
-
- create-latency-max |
- The maximum create execution time in ns. |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
-
-
- destroy-latency-avg |
- The average destroy execution time in ns. |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
-
-
- destroy-latency-max |
- The maximum destroy execution time in ns. |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
-
process-rate |
- The average number of process operations per second. |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
+ The average number of records processed by a source processor node per second. |
+ kafka.streams:type=stream-processor-node-metrics,thread-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
process-total |
- The total number of process operations called. |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
-
-
- punctuate-rate |
- The average number of punctuate operations per second. |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
-
-
- punctuate-total |
- The total number of punctuate operations called. |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
-
-
- create-rate |
- The average number of create operations per second. |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
-
-
- create-total |
- The total number of create operations called. |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
-
-
- destroy-rate |
- The average number of destroy operations per second. |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
-
-
- destroy-total |
- The total number of destroy operations called. |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
-
-
- forward-rate |
- The average rate of records being forwarded downstream, from source nodes only, per second. |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
-
-
- forward-total |
- The total number of of records being forwarded downstream, from source nodes only. |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
+ The total number of records processed by a source processor node per second. |
+ 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.
- Compare with the process-rate metric to determine how many updates are being suppressed.
- |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
+ The rate at which records 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]+) |
suppression-emit-total |
-
- The total number of records that have been emitted downstream from suppression operation nodes.
- Compare with the process-total metric to determine how many updates are being suppressed.
- |
- kafka.streams:type=stream-processor-node-metrics,client-id=([-.\w]+),task-id=([-.\w]+),processor-node-id=([-.\w]+) |
+ The total number of records 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]+) |