Grafana Dashboard showing No Data, GCS Bucket has no Data #2604
-
I have created a separate kubernetes cluster where I have launched prometheus, grafana and mimir using helm. I have used GCS bucket as object storage. Every pod is running fine but the GCS bucket does not have any file or folder in it. The grafana dashboard for mimir writes and mimir reads is also empty. There is no error in any of the pods and I am getting confused now. So, please help me figure out what am I doing wrong here? I will explain my setup below. Here is prometheus helm values file,
Here is my mimir helm values file
There is no helm value file for grafana, I have just launched it as it. Here is the status of everything running.
Everything is running perfectly fine but when I connect grafana to mimir, I get the dashboards showing No Data. Prometheus is pushing data to mimir and dashboard is also rightly connected to the mimir datasource. I can tell because I see nginx logs. Not going to post all the logs but here it is,
Here are the last few logs from prometheus server,
So, what am I lacking here? Am I doing anything wrong here? Why is this setup not working? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
Keep in mind a new Mimir cluster takes about 3 hours before the first blocks are uploaded to the bucket (more recent data only queried from ingesters). I'm mentioning it since I don't know how long Mimir was running.
You configured Prometheus with:
This means Prometheus is remote writing with the tenant ID |
Beta Was this translation helpful? Give feedback.
Keep in mind a new Mimir cluster takes about 3 hours before the first blocks are uploaded to the bucket (more recent data only queried from ingesters). I'm mentioning it since I don't know how long Mimir was running.
You configured Prometheus with:
This means Prometheus is remote writing with the tenant ID
monitoring-cluster
. When querying back from Mimir you need to inject the same HTTP header, to "authenticate" asmonitoring-cluster
. Have you configured this HTTP header in …