7.9.3. Mbeans 匹配 kafka.streams:type=stream-processor-node-metrics,client-id=*,task-id=*,processor-node-id=*
处理器节点指标.
当 metrics.recording.level 配置参数是 debug 时,会收集这些指标。
| 属性 | 描述 |
|---|---|
| create-latency-avg | 平均创建执行时间为 ns。 |
| create-latency-max | 创建执行时间上限(以 ns 为单位)。 |
| create-rate | 平均每秒创建操作数。 |
| create-total | 创建操作的总数,称为. |
| destroy-latency-avg | 平均销毁执行时间(ns)。 |
| destroy-latency-max | 最大销毁执行时间(以 ns 为单位)。 |
| destroy-rate | 每秒销毁操作平均数量。 |
| destroy-total | 称为. |
| forward-rate | 下游平均记录的速度(仅从源节点每秒传输一次)。 |
| forward-total | 下游转发的记录总数,仅来自源节点。 |
| process-latency-avg | 平均进程执行时间(以 ns 为单位)。 |
| process-latency-max | 进程执行时间上限(以 ns 为单位)。 |
| process-rate | 每秒处理操作平均数量。 |
| process-total | 称为. |
| punctuate-latency-avg | 平均执行时间以 ns 为单位. |
| punctuate-latency-max | 执行时间上限(以 ns 为单位)。 |
| punctuate-rate | 每秒标点操作的平均数量。 |
| punctuate-total | 标点操作总数,称为. |