kafka.broker.log_retention_period | gauge | int | s | development | no | broker (string) | log retention time (s) of a broker. |
kafka.brokers | sum | int | {brokers} | development | yes | | Number of brokers in the cluster. |
kafka.consumer_group.lag | gauge | int | 1 | development | yes | group (string), partition (int), topic (string) | Current approximate lag of consumer group at partition of topic |
kafka.consumer_group.lag_sum | gauge | int | 1 | development | yes | group (string), topic (string) | Current approximate sum of consumer group lag across all partitions of topic |
kafka.consumer_group.members | sum | int | {members} | development | yes | group (string) | Count of members in the consumer group |
kafka.consumer_group.offset | gauge | int | 1 | development | yes | group (string), partition (int), topic (string) | Current offset of the consumer group at partition of topic |
kafka.consumer_group.offset_sum | gauge | int | 1 | development | yes | group (string), topic (string) | Sum of consumer group offset across partitions of topic |
kafka.partition.current_offset | gauge | int | 1 | development | yes | partition (int), topic (string) | Current offset of partition of topic. |
kafka.partition.oldest_offset | gauge | int | 1 | development | yes | partition (int), topic (string) | Oldest offset of partition of topic |
kafka.partition.replicas | sum | int | {replicas} | development | yes | partition (int), topic (string) | Number of replicas for partition of topic |
kafka.partition.replicas_in_sync | sum | int | {replicas} | development | yes | partition (int), topic (string) | Number of synchronized replicas of partition |
kafka.topic.log_retention_period | gauge | int | s | development | no | topic (string) | log retention period of a topic (s). |
kafka.topic.log_retention_size | gauge | int | By | development | no | topic (string) | log retention size of a topic in Bytes, The value (-1) indicates infinite size. |
kafka.topic.min_insync_replicas | gauge | int | {replicas} | development | no | topic (string) | minimum in-sync replicas of a topic. |
kafka.topic.partitions | sum | int | {partitions} | development | yes | topic (string) | Number of partitions in topic. |
kafka.topic.replication_factor | gauge | int | 1 | development | no | topic (string) | replication factor of a topic. |