Releases: peschmae/exporter-go-mystrom
Add average power metrics, bump dependencies
What's Changed
- Bump github.com/prometheus/client_golang from 1.10.0 to 1.11.1 by @dependabot in #7
- Re-add average power consumption and update documentation by @jmesserli in #8
New Contributors
- @jmesserli made their first contribution in #8
Full Changelog: 2.0.1...2.1.0
Fix container image
Just a fix on the container image, since the command still expected an ip-address to be set
Support multiple targets
Breaking release, with support for multiple targets from one exporter.
Now has a form to submit for a target, similar to the snmp-exporter
Big thanks to @andrekully for the refactoring, I only did smaller changes and fix the github actions.
Update release workflow
Add pre_command
to install stringer & run generate
Refactoring to support multiple targets
All the work related to the exporter done by @andrekully I just updated the github workflows to support the new setup
1.1.1
Release 1.1.0
Contains improved logging, and error handling.
Now at the start the switch is tried to be reached, and aborted if it's not reachable.
The startup is properly logged, and connections to the switch are also proper logged.
An error while connecting to the switch, no longer results in a panic
Initial release
1.0.1 Fix release action