github ricoberger/loki_exporter v0.3.0
Version 0.3.0 / 2020-02-24

latest release: 0.4.0
4 years ago

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.

Don't miss a new loki_exporter release

NewReleases is sending notifications on new releases.