The querier worker has not been configured... #4413
Replies: 1 comment 6 replies
-
That's correct. The log message you got is about it. However, if you're running Mimir in monolithic mode and you have only 1 replica, then you don't need to configure it and the log is just telling you that's the worker has been automatically configured.
This is not related to a request run by a query. This log is about fetching rules, that in Grafana would happen if you open the "Alerting" panel.
Can you try to manually run a query with curl against Mimir? The easiest way is to run an instant query using this API endpoint. It would help to narrow down the problem, excluding Grafana to begin with. |
Beta Was this translation helpful? Give feedback.
-
I started Mimir and added it as a data source in Grafana.
Then I headed over to the Explore section of Grafana to test it out:
So I opened the server logs and found this message near the top:
Might this have something to do with Grafana not being able to pull metrics from Mimir?
And if so, I am confused. In the configuration reference, I cannot find any blocks/sections called
querier worker
or any variation of that. Perhaps it just refers to an instance ofquerier
? But even if that is the section that is being reference, there is no field/parameter in that section calledquery-frontend
orquery-scheduler
. The only place I can see aquery-frontend
is in theruler
section. I see a frontend_worker section. Is that the section being referred to? Because that actually has anaddress
field...(As a side note, is it just me, or is the naming of things in Mimir configs and docs inconsistent?)
Beta Was this translation helpful? Give feedback.
All reactions