A watchdog process reports host "liveness" by writing a measurement in influxdb, e.g.
watchdog,host=host_xyz alive=1
I'm interested in showing in Grafana when too much time has passed since the last measurement. Is there a way to query such information from Influx?
(A similar question was asked here also 9 months ago, but there's no answer to it: InfluxQL: age of record Is it possible that a time series database can't give the age of a record?)
Thanks!