Log URL and Unix time, and use logfmt #81
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Use logfmt when logging, and include Url:
See https://brandur.org/logfmt
Fixes Feature-request: Logs, including "Result URL" #79
Use asctime for logging timestamps
Add .venv to gitignore
Also log Unix time …
This allows us to configure Promtail with:
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).