Skip to content

v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 09:58
· 25 commits to main since this release
05b3070

Highlights

  • Add run_interval setting to allow very basic scheduling. The exporter will operate as an always running application if specified.
    • Optional property: specify a time in seconds for the exporter to wait in between subsequent runs.
    • Setting this 0 (default) or omitting it from the configuration will execute a single run and exit.
  • Add docker-compose example for always running application use case.

What's Changed

Full Changelog: v1.3.1...v1.4.0