On 12/06/2020 19:45, Mathieu Tétreault wrote:
We plan on using prometheus to fetch data from multiples servers and
the link between the metrics's server and the prometheus servers is
known for not being that reliable. The instability can last a couples
of minutes and there is nothing we can do about it.
Most of the time prometheus will be able to fetch the metrics.
However, when prometheus is unable to pull the data the metrics server
will need to be able to cache them until the connection is back.
Since most of the time the connection will be up, I was thinking about
setting up a watchdog refreshed by the metric pull. When the watchdog
trigs, then cache the data until the pushgateway is pulled.
If anyone had any advise on that, that'd be appreciated.
Is it possible to run the Prometheus server on the other end of the link?
In general it is advised to run Prometheus servers as close as possible
to the things being monitored. For example a server per datacenter
instead of a single global server, etc.
--
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/c55eeb37-8d14-c8b3-cb0c-f74c6624b37f%40Jahingo.com.