v1.4.0
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.
- Optional property: specify a time in
- Add docker-compose example for always running application use case.
What's Changed
- 53 schedule by @pchang388 in #54
Full Changelog: v1.3.1...v1.4.0