On Tuesday, 22 September 2020 16:21:41 UTC+1, Dan Rice wrote: > Exporter caches the remote API data and reports the values back to Prometheus as current.
A simple way to implement this is to write the metrics to a file, to be picked up by node_exporter's textfile collector. It exposes a metric which is the modification timestamp of the file, so you can determine when the data was last updated, and alert if it becomes too stale. -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/1d49d1a8-688c-429c-bdd2-be77a55de5c6o%40googlegroups.com.

