Skip to content

v1.0.0

Compare
Choose a tag to compare
@DRuggeri DRuggeri released this 01 Oct 11:20
· 95 commits to master since this release

New

Breaking Changes

  • The exporter now exports UPS metrics at the /ups_metrics endpoint. It continues to export internal metrics about the exporter itself at /metrics
  • You no longer specify the UPS to monitor on command line or ENV variable. Instead, just pass a query string to /ups_metrics like so: /ups_metrics?ups=foo
  • It is now an error condition if multiple UPS devices are found by the exporter and the UPS to scrape is not passed as noted above
  • Names of NUT variables are incorporated into the name of the metric rather than as labels. See README for examples.