Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Version 0.3.0 / 2020-02-24

Compare
Choose a tag to compare
@ricoberger ricoberger released this 24 Feb 18:20
· 3 commits to master since this release

Calculate start and end times at scrape time

Previously the start and end times have been set at the exporter start during the config parsing. This does not work properly if the exporter is a long running process like as it usually is. Also uses time.Duration as the for start/end to avoid unnecessary type conversions.

Thanks to @ctrox for his PR #1.