Query Frontend Responds 404 when using as Grafana Source #2668
Unanswered
m-wack
asked this question in
Help and support
Replies: 2 comments 1 reply
-
There's a couple things going on here:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, thanks for your reply. We are using our own Nginx Reverse Proxy in front of it and are going directly through to the corresponding services, hence the nginx of the Chart is disabled. I've disabled the ruler API, yes. However we do not need it and it's optional. So why does Grafana still query it when using the explore function? |
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
-
Hello, not quite sure if this is an Issue with Mimir itself or Grafana, so please correct me if I'm wrong.
I have setup Mimir in Kubernetes using the following config:
alertmanager:
enable_api: false
ruler:
enable_api: false
I am using Mimir 2.2.0 and Grafana 9.0.1.
I am using Mimir as a Prometheus Datasource in Grafana with
manageAlerts: false
However, when going into Explore in Grafana and selecting the Mimir source, Grafana does a Request to:
/api/datasources/4/resources/api/v1/rules
This results in a 404 Not Found Banner shown in Grafana. Everything is working though, I can do queries, I see stuff. It's just that this error pops up everytime. I noticed in the Changelog for Mimir v2.0 it says:
This does not seem to fix my problem though. Any ideas or tips for a fix?
Regards
Beta Was this translation helpful? Give feedback.
All reactions