We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At startup, use --kafka.labels to define the cluster name. This parameter is not valid if it is not available in the monitoring data.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
您可以像这样定义标签: --kafka.labels=cluster=yourclustername 它应该显示在您的指标中: kafka_brokers{cluster="yourclustername"} 3
good
No branches or pull requests
At startup, use --kafka.labels to define the cluster name. This parameter is not valid if it is not available in the monitoring data.
The text was updated successfully, but these errors were encountered: