You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use Thanos Ruler/Query to query data longer than 24h. In order to reduce fanout to different Prometheus instances, it would be useful to be able to inject extra labels on the SLO meta recording rules.
I was thinking would only need to be a top-level spec key like extra_query_labels. We don't need this injected into the errorQuery or totalQuery, we do this on our side. But we need to manipulate the generated queries.
The text was updated successfully, but these errors were encountered:
We use Thanos Ruler/Query to query data longer than 24h. In order to reduce fanout to different Prometheus instances, it would be useful to be able to inject extra labels on the SLO meta recording rules.
For example:
Becomes:
I was thinking would only need to be a top-level spec key like
extra_query_labels
. We don't need this injected into theerrorQuery
ortotalQuery
, we do this on our side. But we need to manipulate the generated queries.The text was updated successfully, but these errors were encountered: