Skip to content

v0.8.0

Compare
Choose a tag to compare
@kpetremann kpetremann released this 19 Jul 20:44
· 45 commits to main since this release
fe1005a

Announcements

New documentation in GitHub Pages

The new documentation in GitHub Pages is now live: http://kpetremann.github.io/salt-exporter 🎉.

The README.md has been simplified.

Metrics changes

Three major changes regarding metrics:

  • salt_responses_total now also counts scheduled job return
  • success label has been removed from salt_new_job_total, it was hardcoded and not really useful.
  • Failing scheduled job are now properly marked as failed in the metrics. The issue was due to an inconsistency behavior in Salt event return.

Configuration via environment variables

In addition to flags and config file, the exporter can now be configured using environment variables.
It will be useful when deploying via a container.

Salt-live TUI

Salt-live is now stable. It is like salt-run state.event pretty=True but under steroids!

tui.gif

Changelog

Breaking changes

  • fix!: remove salt_new_job_total success label (@kpetremann)
  • fix!: salt_responses_total was not including scheduled job return (@kpetremann)

Enhancements

Fixes

Internal