Thanos Ruler querying Thanos Query Frontend instead of Thanos Querier #4152
Unanswered
jaanhio
asked this question in
Questions & Answers
Replies: 1 comment
-
Hi @jaanhio, it doesn't help IMO. Thanos Query Frontend works well for Range Query. However, the Rules related queries are simply instant queries that cannot be split and cached by Query Frontend. So I think there is no performance improvement of using it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently facing an issue where Thanos Querier is hitting a performance bottleneck due to the amount of queries from Thanos Ruler.
In this case, is it a good idea to have Thanos Ruler query Thanos Query Frontend instead? my concern is the querying of stale metrics for alerting but not 100% sure if that will be an issue.
Look forward to advice on this!
Beta Was this translation helpful? Give feedback.
All reactions