prometheus-community / ipmi_exporter

Remote IPMI exporter for Prometheus
MIT License
471 stars 133 forks source link

version info missing #105

Closed itzsimpl closed 2 years ago

itzsimpl commented 2 years ago

When built via go install github.com/prometheus-community/ipmi_exporter@v1.5.2 the resulting ipmi_exporter does not report any version information

$ ipmi_exporter --version
ipmi_exporter, version  (branch: , revision: )
  build user:       
  build date:       
  go version:       go1.18
  platform:         linux/amd64
SuperQ commented 2 years ago

You need to use make build in order to have these values added.