7.8.6. Mbeans 匹配 kafka.connect:type=connector-task-metrics,connector=*,task=*
| 属性 | 描述 |
|---|---|
| batch-size-avg | 连接器处理的批处理的平均大小。 |
| batch-size-max | 连接器处理的批处理的最大大小。 |
| offset-commit-avg-time-ms | 此任务提交偏移所需的平均时间(以毫秒为单位)。 |
| offset-commit-failure-percentage | 此任务偏移提交的平均百分比尝试失败。 |
| offset-commit-max-time-ms | 此任务提交偏移所花费的最长时间,以毫秒为单位。 |
| offset-commit-success-percentage | 此任务偏移提交的平均百分比尝试成功。 |
| pause-ratio | 此任务花费在 pause 状态的时间占比。 |
| running-ratio | 此任务花费在运行中状态的时间占比。 |
| status | 连接器任务的状态。'unassigned'、'running'、'paused'、'failed' 或 'destroyed' 中的一个。 |