kafka_exporter icon indicating copy to clipboard operation
kafka_exporter copied to clipboard

kafka_exporter_build_info missing in v.1.8.0

Open SCORP111 opened this issue 4 months ago • 0 comments

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!

SCORP111 avatar Sep 26 '24 11:09 SCORP111