Skip to main content

Aiven for Apache Kafka® Connect metrics available via Prometheus

Discover metrics offered by Prometheus for the Aiven for Apache Kafka® Connect service.

note

The metrics only appear if there is activity in the underlying Apache Kafka Connect service.

MetricDescription
kafka_connect_connect_worker_metrics_connector_countNumber of connectors run in this worker
kafka_connect_connect_worker_metrics_connector_startup_attempts_totalTotal number of connector startups that this worker has attempted
kafka_connect_connect_worker_metrics_connector_startup_failure_percentageAverage percentage of this worker's connector starts that failed
kafka_connect_connect_worker_metrics_connector_startup_failure_totalTotal number of connector starts that failed
kafka_connect_connect_worker_metrics_connector_startup_success_percentageAverage percentage of this worker's connector starts that succeeded
kafka_connect_connect_worker_metrics_connector_startup_success_totalTotal number of connector starts that succeeded
kafka_connect_connect_worker_metrics_task_countNumber of tasks run in this worker
kafka_connect_connect_worker_metrics_task_startup_attempts_totalTotal number of task startups that this worker has attempted
kafka_connect_connect_worker_metrics_task_startup_failure_percentageAverage percentage of this worker's task starts that failed
kafka_connect_connect_worker_metrics_task_startup_failure_totalTotal number of task starts that failed
kafka_connect_connect_worker_metrics_task_startup_success_percentageAverage percentage of this worker's task starts that succeeded
kafka_connect_connect_worker_metrics_task_startup_success_totalTotal number of task starts that succeeded
kafka_connect_connect_worker_rebalance_metrics_completed_rebalances_totalTotal number of rebalances completed by this worker
kafka_connect_connect_worker_rebalance_metrics_epochEpoch or generation number of this worker
kafka_connect_connect_worker_rebalance_metrics_rebalance_avg_time_msAverage time in milliseconds spent by this worker to rebalance
kafka_connect_connect_worker_rebalance_metrics_rebalancingWhether this worker is currently rebalancing
kafka_connect_connect_worker_rebalance_metrics_time_since_last_rebalance_msTime in milliseconds since this worker completed the most recent rebalance
kafka_connect:connector_task_metrics_infoAggregated information about the connector tasks, such as their statuses and other metadata.
kafka.connect:connector-metrics_infoAggregated information about the connectors, including statuses and metadata.
kafka_connect_connector_metrics_connector_classThe class name of the connector
kafka_connect_connector_metrics_connector_versionThe version of the connector
kafka_connect_connector_metrics_connector_typeThe type of the connector, for example, source or sink
kafka_connect_connector_metrics_statusThe status of the connector, for example, running, paused
kafka_connect_connect_worker_rebalance_metrics_failed_rebalances_totalTotal number of rebalances that failed
kafka_connect_connect_worker_rebalance_metrics_rebalance_max_time_msMaximum time in milliseconds taken by this worker to rebalance
kafka_connect_connect_worker_rebalance_metrics_rebalance_min_time_msMinimum time in milliseconds taken by this worker to rebalance