kafka_exporter
kafka_exporter copied to clipboard
The kafka_exporter argument kafka.labels is not valid
At startup, use --kafka.labels to define the cluster name. This parameter is not valid if it is not available in the monitoring data.
You can define a label like this: --kafka.labels=cluster=yourclustername
It should show up in your metrics: kafka_brokers{cluster="yourclustername"} 3
您可以像这样定义标签:
--kafka.labels=cluster=yourclustername
它应该显示在您的指标中:kafka_brokers{cluster="yourclustername"} 3
good