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
error are as follows:
Build context (go=go1.10.3,user=rot@981cde178ac4,date=20180707-14:39:50)ce="kafka exporter.go:475INFO Done Init Clients listen tcp: address 9308: missing port in addresssource="kafka exporter.go:500.
kafka exporter started by command:./kafka_exporter --kafka.server=xxx:9092 --kafka.version=1.1.0 --sasl.enabled --sasl.username=admin --sasl.password=admin --log.level=info --web.listen-address=9308
but faced an error,how could I do?
The text was updated successfully, but these errors were encountered:
you should use --web.listen-address=:9308,it not a port
Sorry, something went wrong.
No branches or pull requests
error are as follows:
Build context (go=go1.10.3,user=rot@981cde178ac4,date=20180707-14:39:50)ce="kafka exporter.go:475INFO Done Init Clients listen tcp: address 9308: missing port in addresssource="kafka exporter.go:500.
kafka exporter started by command:./kafka_exporter --kafka.server=xxx:9092 --kafka.version=1.1.0 --sasl.enabled --sasl.username=admin --sasl.password=admin --log.level=info --web.listen-address=9308
but faced an error,how could I do?
The text was updated successfully, but these errors were encountered: