kafka_exporter icon indicating copy to clipboard operation
kafka_exporter copied to clipboard

Add broker info metric

Open hateeyan opened this issue 3 years ago • 0 comments

Hi,

This PR add broker info metric.

labels:

  • address: broker address
  • id: broker id
# HELP kafka_broker_info Information about the Kafka Broker.
# TYPE kafka_broker_info gauge
kafka_broker_info{address="192.168.40.197:9092",id="1"} 1
kafka_broker_info{address="192.168.40.198:9092",id="2"} 1
kafka_broker_info{address="192.168.40.199:9092",id="3"} 1

hateeyan avatar Feb 05 '22 10:02 hateeyan