Kafka exporter 2461
2/17/2025
Exported Metrics 1515
| Name | Description | Labels |
|---|---|---|
| kafka_broker_info | Information about the Kafka Broker. | address, id |
| kafka_brokers | Number of Brokers in the Kafka Cluster. | |
| kafka_consumergroup_current_offset | Current Offset of a ConsumerGroup at Topic/Partition | consumergroup, partition, topic |
| kafka_consumergroup_current_offset_sum | Current Offset of a ConsumerGroup at Topic for all partitions | consumergroup, topic |
| kafka_consumergroup_lag | Current Approximate Lag of a ConsumerGroup at Topic/Partition | consumergroup, partition, topic |
| kafka_consumergroup_lag_sum | Current Approximate Lag of a ConsumerGroup at Topic for all partitions | consumergroup, topic |
| kafka_consumergroup_members | Amount of members in a consumer group | consumergroup |
| kafka_topic_partition_current_offset | Current Offset of a Broker at Topic/Partition | partition, topic |
| kafka_topic_partition_in_sync_replica | Number of In-Sync Replicas for this Topic/Partition | partition, topic |
| kafka_topic_partition_leader | Leader Broker ID of this Topic/Partition | partition, topic |
| kafka_topic_partition_leader_is_preferred | 1 if Topic/Partition is using the Preferred Broker | partition, topic |
| kafka_topic_partition_oldest_offset | Oldest Offset of a Broker at Topic/Partition | partition, topic |
| kafka_topic_partition_replicas | Number of Replicas for this Topic/Partition | partition, topic |
| kafka_topic_partition_under_replicated_partition | 1 if Topic/Partition is under Replicated | partition, topic |
| kafka_topic_partitions | Number of partitions for this Topic | topic |