KMinion Kafka exporter
678

Source Code redpanda-data/kminion
Last Relase
8/27/2025

Exported Metrics 29

NameDescriptionLabels
kminion_end_to_end_messages_lost_totalNumber of messages that have been produced successfully but not received within the configured SLA durationpartition_id
kminion_end_to_end_messages_produced_failed_totalNumber of messages failed to produce to Kafka because of a timeout or failurepartition_id
kminion_end_to_end_messages_produced_in_flightNumber of messages that kminion's end-to-end test produced but has not received an answer for yet
kminion_end_to_end_messages_produced_totalNumber of messages that kminion's end-to-end test has tried to send to kafka
kminion_end_to_end_messages_received_totalNumber of *matching* messages kminion received. Every roundtrip message has a minionID (randomly generated on startup) and a timestamp. Kminion only considers a message a match if it it arrives within the configured roundtrip SLA (and it matches the minionID)
kminion_end_to_end_offset_commit_latency_secondsTime kafka took to respond to kminion's offset commit
kminion_end_to_end_offset_commits_totalCounts how many times kminions end-to-end test has committed messages
kminion_end_to_end_produce_latency_secondsTime until we received an ack for a produced message
kminion_end_to_end_roundtrip_latency_secondsTime it took between sending (producing) and receiving (consuming) a message
kminion_exporter_offset_consumer_records_consumed_totalThe number of offset records that have been consumed by the internal offset consumer
kminion_exporter_upBuild info about this Prometheus Exporter. Gauge value is 0 if one or more scrapes have failed.version
kminion_kafka_broker_infoKafka broker informationaddress, broker_id, is_controller, port, rack_id
kminion_kafka_broker_log_dir_size_total_bytesThe summed size in bytes of all log dirs for a given brokeraddress, broker_id, port, rack_id
kminion_kafka_cluster_infoKafka cluster informationbroker_count, cluster_id, cluster_version, controller_id
kminion_kafka_consumer_group_empty_membersConsumer Group Empty Members. It will report the number of members in the consumer group with no partition assignedgroup_id
kminion_kafka_consumer_group_infoConsumer Group info metrics. It will report 1 if the group is in the stable state, otherwise 0.coordinator_id, group_id, protocol, protocol_type, state
kminion_kafka_consumer_group_membersConsumer Group member count metrics. It will report the number of members in the consumer groupgroup_id
kminion_kafka_consumer_group_offset_commits_totalThe number of offsets committed by a groupgroup_id
kminion_kafka_consumer_group_topic_assigned_partitionsConsumer Group topic partitions count metrics. It will report the number of partitions assigned in the consumer group for a given topicgroup_id, topic_name
kminion_kafka_consumer_group_topic_lagThe number of messages a consumer group is lagging behind across all partitions in a topicgroup_id, topic_name
kminion_kafka_consumer_group_topic_membersConsumer Group topic member count metrics. It will report the number of members in the consumer group assigned on a given topicgroup_id, topic_name
kminion_kafka_consumer_group_topic_offset_sumThe sum of all committed group offsets across all partitions in a topicgroup_id, topic_name
kminion_kafka_consumer_group_topic_partition_lagThe number of messages a consumer group is lagging behind the latest offset of a partitiongroup_id, partition_id, topic_name
kminion_kafka_topic_high_water_mark_sumSum of all the topic's partition high water markstopic_name
kminion_kafka_topic_infoInfo labels for a given topiccleanup_policy, partition_count, replication_factor, topic_name
kminion_kafka_topic_log_dir_size_total_bytesThe summed size in bytes of partitions for a given topic. This includes the used space for replica partitions.topic_name
kminion_kafka_topic_low_water_mark_sumSum of all the topic's partition low water markstopic_name
kminion_kafka_topic_partition_high_water_markPartition High Water Markpartition_id, topic_name
kminion_kafka_topic_partition_low_water_markPartition Low Water Markpartition_id, topic_name
Exported metrics may not be complete and fully accurate.