On 2021-01-13 13:55, Tom Gregory wrote:
I'm using Prometheus federation i.e. I'm ingesting metrics from one
Prometheus to another.

To do some relabelling I'm using _METRIC_RELABEL_CONFIGS_. According
to the docs [1]:

METRIC RELABELLING DOES NOT APPLY TO AUTOMATICALLY GENERATED
TIMESERIES SUCH AS UP.

That makes me sad because I want to measure uptime using these
metrics. Is there any suggested approach to getting around this
problem please? Any way to measure uptime without the automatically
generated _up_ metric?


What is the problem you are having with the up metric?

up (and a few others) are created by Prometheus to give some details about scrapes. So they should "just work".

--
Stuart Clark

--
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/c18d40d0bbfbbc245a6843254a9a1140%40Jahingo.com.

Reply via email to