During a run, we currently generate a list of statistics.
However, we don't do anything with them other than printing to console.
I'd like to add an option to write these into InfluxDB - this will allow us to build automated monitoring to alert if something's failing
Activity
11-Aug-24 08:40
assigned to @btasker
11-Aug-24 08:41
changed the description
11-Aug-24 08:55
mentioned in commit 04baf375dda7256a8ddd6e9562336cc1626b79e3
Message
feat: submit statistics into InfluxDB (utilities/auto-blog-link-preserver#15)
11-Aug-24 08:59
This is now implemented, the relevant part of a docker invocation looks like this
The submission's fairly lazy - either it succeeds, or it doesn't.
11-Aug-24 08:59
mentioned in commit f313401e9891f38b7e38afc1993c73b8648e01fb
Message
feat: add point to record script completion (utilities/auto-blog-link-preserver#15)
This will allow monitoring to do a sum/count of the field completions to ensure there have been enough successful runs in any given time period