Skip to content
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

[prometheus-kube-stack] Pod-related metrics missing with default settings on rancher desktop #5122

Open
aberndl opened this issue Jan 9, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@aberndl
Copy link

aberndl commented Jan 9, 2025

Describe the bug a clear and concise description of what the bug is.

Apologies if this is something stupid or obvious. I'm deploying the prometheus kube stack alongside our company's application on a local rancher desktop installation, on Ubuntu LTS 22.
I did not override any values. My assumption is that I would get standard metrics like pod CPU and memory consumption without manual adjustments.

What's your helm version?

version.BuildInfo{Version:"v3.16.4", GitCommit:"7877b45b63f95635153b29a42c0c2f4273ec45ca", GitTreeState:"clean", GoVersion:"go1.22.7"}

What's your kubectl version?

Client Version: v1.29.11 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.29.11+k3s1

Which chart?

kube-prometheus-stack

What's the chart version?

67.9.0

What happened?

Many of the grafana dashboards are empty (i.e. displaying no data), especially related to Compute Resources or Networking

The few that contain data are (not necessarily exhaustive)

  • Kubernetes / API server
  • Kubernetes / Compute Resources / Cluster
  • Kubernetes / Kubelet
  • Kubernetes / Persistent Volumes

For the pod-related dashboards, the pod names, number of running pods, requests and limits are available, but no usage data.

What you expected to happen?

I would expect metrics like pod cpu and memory usage are available in grafana

How to reproduce it?

  • deploy the chart without any overrides
  • add port-forwarding for grafana
  • open grafana in the browser
  • open the dashboard "Kubernetes / Compute Resources / Namespace (Pods)"
    image

Enter the changed values of values.yaml?

No response

Enter the command that you execute and failing/misfunctioning.

helm upgrade --install prometheus prometheus-community/kube-prometheus-stack --namespace monitoring --create-namespace

Anything else we need to know?

Rancher desktop version: 1.17.0
Ubuntu version: 22.04.1
Kernel: 6.8.0-51-generic

@aberndl aberndl added the bug Something isn't working label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant