Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This allows us to configure Promtail with: ``` scrape_configs: - job_name: [name] pipeline_stages: - timestamp: source: time format: Unix static_configs: - targets: - localhost labels: job: [name] … ``` In order to set the timestamp of the log-line to the exact time that the speedtest was completed, rather than the time that Promtail scraped the record (which could be later, if Promtail was booted a few mins after the exporter and Prometheus were booted).
- Loading branch information