fuba77
#1
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?
Anaisdg
#2
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
https://docs.influxdata.com/influxdb/v2.1/api-guide/client-libraries/
Or the API
https://docs.influxdata.com/influxdb/v2.1/api-guide/