KIP-475 — New Metrics to Measure Number of Tasks on a Connector
Accepted Kafka 2.4 ConnectMetrics
Adds connector-level task count metrics to Kafka Connect—`connector-total-task-count`, `connector-running-task-count`, `connector-paused-task-count`, `connector-failed-task-count`, `connector-unassigned-task-count`—per connector instance. The existing task count metric is only available at the worker level, preventing per-connector task monitoring and making it impossible to detect connectors that are creating too many or too few tasks.
Details
| Author | Cyrus Vafadari |
| Status | Accepted |
| Kafka Version | 2.4 |
| JIRA | KAFKA-8447 |
| Wiki | View on Apache Wiki |
| Created | 2019-05-30 |
| Last Modified | 2019-07-03 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.