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
The command line does not accept the arguments documented in README.md.
README.md
This:
-exporter.bind_address -logstash.endpoint
Should be:
--web.listen-address --logstash.endpoint
Sample usage:
--web.listen-address=:9198 --logstash.endpoint=http://localhost:9600
The text was updated successfully, but these errors were encountered:
Yes, you are right. This is because of the switch to kingpin. I forgot to change the README.md file too.
Sorry, something went wrong.
^ just submitted a new README for this
Just had the same issue. Any plans to merge #19 please? :)
No branches or pull requests
The command line does not accept the arguments documented in
README.md
.This:
Should be:
Sample usage:
The text was updated successfully, but these errors were encountered: