Influxdb to track jobs?

Hello,

we have a lot of jobs (for example batch jobs), that are executed each day. Therefor we’d like to have an overview of all jobs.

→ track start time and end time (–> complete runtime).

All of these infos should be available in a visualisation.

Is InflixDB with Grafana a good solution for this or do you recommend another app?

Hello @fuba77,
yes, that’s timseries data so InfluxDB is a good solution for that.
You could use the execd input plugin to write that data to InfluxDB

Or a client library

Or the API