Unable to connect the mimir ruler with the thanos query frontend (Unimplemented desc = unknown service httpgrpc.HTTP) #10508
Unanswered
sarthaktyagi-505
asked this question in
Help and support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
I am working on connecting the mimir ruler to thanos query frontend as part of federating queries for rules from mimir clusters but I run into following issue.
Unimplemented desc = unknown service httpgrpc.HTTP
My assumption was that mimir ruler would have directly connected to thanos query-frontend like the queriers did but seems like there is a missing implementation of the above service on thanos side. Can someone shed some light on how I can make this to work. Maybe a proxy between ruler and thanos query frontend which implements the Service and routes it to the downstream thanos federation layer or is there a way we can set the following property
-ruler.query-frontend.address
to connect to http endpoint of the thanos query frontend.Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions