Versions Compared

Key

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

...

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


Metric/Attribute Name Description
sink-record-read-rate The average per-second number of records read from Kafka for this task belonging to the named sink connector in this worker. This is before transformations are applied.
sink-record-send-rate The average per-second numbrer of records output from the transformations and sent to this task belonging to the named sink connector in this worker. This is after transformations are applied and excludes any records filtered out by the transformations.
sink-record-lag-max The maximum lag in terms of number of records behind the consumer the offset commits are for any topic partitions.
partition-count The number of topic partitions assigned to this task belonging to the named sink connector in this worker.
offset-commit-seq-no The current sequence number for offset commits
offset-commit-completion-rate The average per-second number of offset commit completions that were completed successfully
offset-commit-completion-skip-rate The average per-second number of offset commit completions that were recieved received too late and skipped/ignored
flush-max-time The maximum time taken by this sink task to pre-commit offsets to the sink/flush
flush-99p-time The 99th percentile time spent by this sink task to pre-commit/flush
flush-95p-time The 95th percentile time spent by this sink task to pre-commit/flush
flush-90p-time The 90th percentile time spent by this sink task to pre-commit/flush
flush-75p-time The 75th percentile time spent by this sink task to pre-commit/flush
flush-50p-time The 50th percentile (average) time spent by this sink task to pre-commit/flush

...