-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Popular graphana dashboards show no data for "Pods Memory usage" and "Pods CPU usage" #1695
Comments
Same issue here, it seems that some metrics referenced from the dashboard queries like |
There is no metric called |
This issue has been automatically marked as stale because it has not had any activity in the last 60 days. Thank you for your contributions. |
+1 on this, cpu+memory and other metrics are not showing in the provided grafana dashboards |
This issue has been automatically marked as stale because it has not had any activity in the last 60 days. Thank you for your contributions. |
+1 issue still there |
@fguiet, edit the panel and remove |
This issue has been automatically marked as stale because it has not had any activity in the last 60 days. Thank you for your contributions. |
To fix this, I used the prometheus-community/kube-prometheus-stack, but with custom values.yaml;
|
This issue has been automatically marked as stale because it has not had any activity in the last 60 days. Thank you for your contributions. |
Is there any fix for the issue? or any dashboard id out there that I can import. I want to see pod resource uses over time for a deployment. |
+1 issue still there |
Same problem for me |
Thanks. It worked. |
This issue has been automatically marked as stale because it has not had any activity in the last 60 days. Thank you for your contributions. |
i all panel that not working ,just edit them and remove all this: "image!="",name=~"^k8s_.*"," |
This issue has been automatically marked as stale because it has not had any activity in the last 60 days. Thank you for your contributions. |
This issue was closed because it has not had any activity in the last 120 days. Please reopen if you feel this is still valid. |
Discussed in #1694
Originally posted by surfingjoe March 21, 2022
Running bare-metal K8s with flannel network and MetalLB as Load Balancer.
Cloned
https://github.com/prometheus-operator/kube-prometheus.git
just a few days ago. Created "monitoring" namespace. Performed Kubectl apply for manifests/setup, waited till all pods are up, then applied manifests/Instead of port forwarding, I patched each service to be: "Type" load-balancer considering that I'm using MetalLB.
Everything is operational. Can successfully deploy containers with services exposed externally by the load balancer MetalLB. All is well in the world. Can open Prometheus port 9090 & Graphana port 3000 externally from a browser and everything seems operational. Graphana is seeing Prometheus data, and community dashboards are seeing some of the Prometheus data.
Import popular community dashboards like Community dashboard number 315 for example. Oops, the dashboard reports "No Data" for PODS memory and CPU usage, but Graphana can see Cluster Memory & CPU usage. The dashboard can see Network I/O pressure, but "No data" for Pods network I/O.
As I'm a newbie to Graphana, I'm hoping someone wiser than me can help :)
The text was updated successfully, but these errors were encountered: