Skip to content
New issue

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

missing port in address #406

Open
xuyf1001 opened this issue Sep 7, 2023 · 1 comment
Open

missing port in address #406

xuyf1001 opened this issue Sep 7, 2023 · 1 comment

Comments

@xuyf1001
Copy link

xuyf1001 commented Sep 7, 2023

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?

@zhangdong1015
Copy link

you should use --web.listen-address=:9308,it not a port

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants