Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MBean namekafka.connect:type=task-metrics,connector=([-.\w]+),task=([-.\w]+)


Metric/Attribute NameDescription
statusThe current status of this task, one of: unassigned, running, paused, failed, destroyed
status-unassignedSignals whether the task is in the unassigned state
status-runningSignals whether the task is in the running state
status-pausedSignals whether the task is in the paused state
status-failedSignals whether the task is in the failed state
status-destroyedSignals whether the task is in the destroyed state
pause-ratioThe fraction of time this task has spent in the paused state.
offset-commit-success-percentageThe average percentage of this task's offset commit attempts that succeeded
offset-commit-failure-percentageThe average percentage of this task's offset commit attempts that failed or had an error
offset-commit-max-timeThe maximum time taken by this task to commit offsets
offset-commit-99p-timeThe 99th percentile time spent by this task to commit offsets to Kafka
offset-commit-95p-timeThe 95th percentile time spent by this task to commit offsets to Kafka
offset-commit-90p-timeThe 90th percentile time spent by this task to commit offsets to Kafka
offset-commit-75p-timeThe 75th percentile time spent by this task to commit offsets to Kafka
offset-commit-50p-timeThe 50th percentile (average) time spent by this task to commit offsets to Kafka
batch-size-maxThe maximum size of the batches processed by the connector
batch-size-avgThe average size of the batches processed by the connector

...