You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have kube-prometheus-stack deployed on my kubernetes cluster. I have percona mongodb server + operator running within this cluster. I have setup mongodb_exporter as a sidecar. I have also installed the dashboards by firstly converting them using convert-dash-from-PMM.py.
Expected behavior
I expect this dashboard to have data as it use to do.
Logs
N/A
Environment
OS,
environment (docker, k8s, etc): EKS 1.30
MongoDB: 7
Additional context
I believe there a few other dashboards not displaying data aswell. I have a feeling it must be to do with the scraping/naming of the underlining metrics, given that one dashboard works and the other's don't. These dashboards work in our current production version 6 but on this test cluster which uses version 7 and latest percona operator they don't work.
The text was updated successfully, but these errors were encountered:
Describe the bug
I have kube-prometheus-stack deployed on my kubernetes cluster. I have percona mongodb server + operator running within this cluster. I have setup mongodb_exporter as a sidecar. I have also installed the dashboards by firstly converting them using
convert-dash-from-PMM.py
.https://github.com/percona/grafana-dashboards/tree/main/dashboards/MongoDB
However i can see the dashboard
mongodb-instance-summary
is not loading any data.( i can see i have yet to install that one plugin )
In comparison the mongodb-instances-overview dashboard does show data.
To Reproduce
Steps to reproduce the behavior:
Install latest version of percona mongodb operator + server https://docs.percona.com/percona-operator-for-mongodb/index.html.
Attach mongodb-exporter as a side car using the following params.
Expected behavior
I expect this dashboard to have data as it use to do.
Logs
N/A
Environment
EKS 1.30
7
Additional context
I believe there a few other dashboards not displaying data aswell. I have a feeling it must be to do with the scraping/naming of the underlining metrics, given that one dashboard works and the other's don't. These dashboards work in our current production version 6 but on this test cluster which uses version 7 and latest percona operator they don't work.
The text was updated successfully, but these errors were encountered: