Replies: 3 comments
-
I've got a similar issue when running Pint against VictoriaMetrics. It doesn't provide some Prometheus API endpoints like Thanos, leading to similar errors. |
Beta Was this translation helpful? Give feedback.
-
@zerodayyy if pint uses
Btw, Prometheus can also have jobs with custom scrape intervals. Does |
Beta Was this translation helpful? Give feedback.
-
Also running into a similar issue due to these two endpoints. My use case is Google Managed Prometheus which does not expose those APIs from Prometheus. Simply disabling some checks (while not ideal either) does not get rid of the frequent calls to It seems any issue opened up regarding these endpoints is converted into a conversation, so I'm unsure if this is something we can expect to see support for? Sorry for the direct tag @prymitive , but it seems as though you are the primary contributor so I'd be interested to hear your thoughts. |
Beta Was this translation helpful? Give feedback.
-
This is a followup issue from #573.
Currently
pint
will fail checks that require Prometheus configuration to work e.g.promql/rate
, for example when runningpint
against a Thanos cluster.There's several approaches to this problem, each with their own trade offs, including:
pint
configurationBeta Was this translation helpful? Give feedback.
All reactions