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
download exporter from https://github.com/inovex/prometheus-libvirt-exporter/releases/download/v1.6.0/prometheus-libvirt-exporter-1.6.0.linux-amd64.tar.gz
extract from archive
check its version
$ ./prometheus-libvirt-exporter --version libvirt_exporter, version (branch: , revision: unknown) build user: build date: go version: go1.22.1 platform: linux/amd64 tags: netgo
$ ./prometheus-libvirt-exporter ts=2025-01-28T16:27:58.402Z caller=main.go:44 level=info msg="Starting libvirt_exporter" version="(version=, branch=, revision=unknown)" ts=2025-01-28T16:27:58.402Z caller=main.go:45 level=info msg="Build context" build_context="(go=go1.22.1, platform=linux/amd64, user=, date=, tags=netgo)" ts=2025-01-28T16:27:58.402Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9177 ts=2025-01-28T16:27:58.402Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9177
Expected: to see exporter version
Actual: No exporter version
The text was updated successfully, but these errors were encountered:
Show correct exporter version
b2cead9
inovex#64
089952e
#64
Successfully merging a pull request may close this issue.
download exporter from
https://github.com/inovex/prometheus-libvirt-exporter/releases/download/v1.6.0/prometheus-libvirt-exporter-1.6.0.linux-amd64.tar.gz
extract from archive
check its version
$ ./prometheus-libvirt-exporter --version
libvirt_exporter, version (branch: , revision: unknown)
build user:
build date:
go version: go1.22.1
platform: linux/amd64
tags: netgo
$ ./prometheus-libvirt-exporter
ts=2025-01-28T16:27:58.402Z caller=main.go:44 level=info msg="Starting libvirt_exporter" version="(version=, branch=, revision=unknown)"
ts=2025-01-28T16:27:58.402Z caller=main.go:45 level=info msg="Build context" build_context="(go=go1.22.1, platform=linux/amd64, user=, date=, tags=netgo)"
ts=2025-01-28T16:27:58.402Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9177
ts=2025-01-28T16:27:58.402Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9177
Expected:
to see exporter version
Actual:
No exporter version
The text was updated successfully, but these errors were encountered: