Queries that check the operator pod are not using the correct pod name:
https://github.com/cloudnative-pg/grafana-dashboards/blob/main/charts/cluster/grafana-dashboard.json#L2238
sum(kube_pod_status_ready{namespace=\"$operatorNamespace\", pod=~\"cloudnative-pg.+|cnpg-controller-manager.+\", condition=\"true\"})
The pod launched when using the operator helm chart:
cloudnativepg-cloudnative-pg-b6f5896b7-5jdcc 1/1 Running 0 176m
cloudnative-pg != cloudnativepg
Happy to create a PR to fix.
Queries that check the operator pod are not using the correct pod name:
https://github.com/cloudnative-pg/grafana-dashboards/blob/main/charts/cluster/grafana-dashboard.json#L2238
sum(kube_pod_status_ready{namespace=\"$operatorNamespace\", pod=~\"cloudnative-pg.+|cnpg-controller-manager.+\", condition=\"true\"})The pod launched when using the operator helm chart:
cloudnative-pg != cloudnativepgHappy to create a PR to fix.