Unable to connect the mimir ruler with the thanos query frontend (Unimplemented desc = unknown service httpgrpc.HTTP) #10508
Replies: 1 comment 1 reply
-
thanos query frontend can talk only to thanos, I'm afraid. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
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