Versions Compared

Key

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

...

Metric NameDescriptionMBean attribute
statusThe current status of this task, one of: unassigned, running, paused, failed, destroyedkafka.connect:type=task-metrics,name=status,connector=([-.\w]+),task=([\d]+)
pause-ratioThe fraction of time this task has spent in the paused state.kafka.connect:type=task-metrics,name=pause-ratio  ,connector=([-.\w]+),task=([\d]+)
offset-commit-success-percentageThe average percentage of this task's offset commit attempts that succeededkafka.connect:type=task-metrics,name=offset-commit-success-percentage,connector=([-.\w]+),task=([\d]+)
offset-commit-failure-percentageThe average percentage of this task's offset commit attempts that failed or had an errorkafka.connect:type=task-metrics,name=offset-commit-failure-percentage,connector=([-.\w]+),task=([\d]+)
offset-commit-avgmax-timeThe average maximum time taken by this task to commit offsetskafka.connect:type=task-metrics,name=offset-commit-max-time,connector=([-.\w]+),task=([\d]+)
offset-commit-99p-timeThe 99th percentile time spent by this task to commit offsetskafka.connect:type=task-metrics,name=offset-commit-99p-time,connector=([-.\w]+),task=([\d]+)
offset-commit-95p-timeThe 95th percentile time spent by this task to commit offsetskafka.connect:type=task-metrics,name=offset-commit-95p-time,connector=([-.\w]+),task=([\d]+)
offset-commit-90p-timeThe 90th percentile time spent by this task to commit offsetskafka.connect:type=task-metrics,name=offset-commit-90p-time,connector=([-.\w]+),task=([\d]+)
offset-commit-75p-timeThe 75th percentile time spent by this task to commit offsetskafka.connect:type=task-metrics,name=offset-commit-75p-time,connector=([-.\w]+),task=([\d]+)
offset-commit-max50p-timeThe maximum time taken 50th percentile (average) time spent by this task to commit offsetskafka.connect:type=task-metrics,name=offset-commit-max50p-time,connector=([-.\w]+),task=([\d]+)
batch-size-maxThe maximum size of the batches processed by the connectorkafka.connect:type=task-metrics,name=batch-size-max,connector=([-.\w]+),task=([\d]+)
batch-size-avgThe average size of the batches processed by the connectorkafka.connect:type=task-metrics,name=batch-size-avg,connector=([-.\w]+),task=([\d]+)

...

Metric NameDescriptionMBean attribute
rebalance-success-totalThe total number of this worker's successful rebalanceskafka.connect:type=connect-worker-rebalance-metrics,name=rebalance-success-total
rebalance-success-percentageThe average percentage of this worker's rebalances that succeededkafka.connect:type=connect-worker-rebalance-metrics,name=rebalance-success-percentage 
rebalance-failure-totalThe total number of this worker's failed rebalanceskafka.connect:type=connect-worker-rebalance-metrics,name=rebalance-failure-total
rebalance-failure-percentageThe average percentage of this worker's rebalances that failedkafka.connect:type=connect-worker-rebalance-metrics,name=rebalance-failure-percentage
rebalance-max-timeThe maximum time spent by this worker to rebalancekafka.connect:type=connect-worker-rebalance-metrics,name=rebalance-max-time
rebalance-99p-timeThe 99th percentile time spent by this worker to rebalance during the last window (defaults to an hour)kafka.connect:type=connect-worker-rebalance-metrics,name=rebalance-99p-time
rebalance-95p-timeThe 95th percentile time spent by this worker to rebalance during the last window (defaults to an hour)kafka.connect:type=connect-worker-rebalance-metrics,name=rebalance-95p-time
rebalance-90p-timeThe 90th percentile time spent by this worker to rebalance during the last window (defaults to an hour)kafka.connect:type=connect-worker-rebalance-metrics,name=rebalance-90p-time
rebalance-75p-timeThe 75th percentile time spent by this worker to rebalance during the last window (defaults to an hour)kafka.connect:type=connect-worker-rebalance-metrics,name=rebalance-75p-time
rebalance-50p-timeThe 50th percentile (average) time spent by this worker to rebalance during the last window (defaults to an hour)kafka.connect:type=connect-worker-rebalance-metrics,name=rebalance-50p-time
time-since-last-rebalanceThe time since the most recent rebalance in this workerkafka.connect:type=connect-worker-rebalance-metrics,name=time-since-last-rebalance
task-failure-rateThe number of tasks that failed in this workerkafka.connect:type=connect-worker-rebalance-metrics,name=task-failure-rate

...