Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 2.11 KB

File metadata and controls

31 lines (24 loc) · 2.11 KB

kafkametricsreceiver

Metrics

These are the metrics available for this scraper.

Name Description Unit Type Attributes
kafka.brokers Number of brokers in the cluster. {brokers} Gauge(Int)
kafka.consumer_group.lag Current approximate lag of consumer group at partition of topic 1 Gauge(Int)
  • group
  • topic
  • partition
kafka.consumer_group.lag_sum Current approximate sum of consumer group lag across all partitions of topic 1 Gauge(Int)
  • group
  • topic
kafka.consumer_group.members Count of members in the consumer group {members} Gauge(Int)
  • group
kafka.consumer_group.offset Current offset of the consumer group at partition of topic 1 Gauge(Int)
  • group
  • topic
  • partition
kafka.consumer_group.offset_sum Sum of consumer group offset across partitions of topic 1 Gauge(Int)
  • group
  • topic
kafka.partition.current_offset Current offset of partition of topic. 1 Gauge(Int)
  • topic
  • partition
kafka.partition.oldest_offset Oldest offset of partition of topic 1 Gauge(Int)
  • topic
  • partition
kafka.partition.replicas Number of replicas for partition of topic {replicas} Gauge(Int)
  • topic
  • partition
kafka.partition.replicas_in_sync Number of synchronized replicas of partition {replicas} Gauge(Int)
  • topic
  • partition
kafka.topic.partitions Number of partitions in topic. {partitions} Gauge(Int)
  • topic

Highlighted metrics are emitted by default.

Metric attributes

Name Description Values
group The ID (string) of a consumer group
partition The number (integer) of the partition
topic The ID (integer) of a topic