Skip to content

Releases: peschmae/exporter-go-mystrom

Add average power metrics, bump dependencies

30 May 20:45
dc109af
Compare
Choose a tag to compare

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

Full Changelog: 2.0.1...2.1.0

Fix container image

22 Dec 09:28
bd8828c
Compare
Choose a tag to compare

Just a fix on the container image, since the command still expected an ip-address to be set

Support multiple targets

29 Aug 20:05
81fcbc1
Compare
Choose a tag to compare

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

29 Aug 19:45
541deac
Compare
Choose a tag to compare
Pre-release

Add pre_command to install stringer & run generate

Refactoring to support multiple targets

29 Aug 18:54
64d17d5
Compare
Choose a tag to compare
Pre-release

All the work related to the exporter done by @andrekully I just updated the github workflows to support the new setup

1.1.1

12 Nov 13:35
Compare
Choose a tag to compare

Try updated go-release-action

Release 1.1.0

12 Nov 13:25
Compare
Choose a tag to compare

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

12 Nov 13:01
Compare
Choose a tag to compare
1.0.1

Fix release action