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
Background: We are using https://github.com/release-argus/Argus to monitor deployed and latests versions.
When using kafka_exporter v.1.7.0, the metric kafka_exporter_build_info was available like this and the version copuld be queried:
kafka_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.20.4",revision="7e840e81a0170375214e2c1e1dc7ce94aeff8712",tags="netgo",version="1.7.0"} 1
After upgrading to 1.8.0 its no longer available. It seems this replaced it, but its not displaying the right version number:
go_build_info{checksum="",path="github.com/danielqsj/kafka_exporter",version="(devel)"} 1
Thanks for your help!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Background: We are using https://github.com/release-argus/Argus to monitor deployed and latests versions.
Issue:
When using kafka_exporter v.1.7.0, the metric kafka_exporter_build_info was available like this and the version copuld be queried:
kafka_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.20.4",revision="7e840e81a0170375214e2c1e1dc7ce94aeff8712",tags="netgo",version="1.7.0"} 1
After upgrading to 1.8.0 its no longer available. It seems this replaced it, but its not displaying the right version number:
go_build_info{checksum="",path="github.com/danielqsj/kafka_exporter",version="(devel)"} 1
Thanks for your help!
The text was updated successfully, but these errors were encountered: