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 am working with the Bitnami kube-prometheus Helm chart.
In a previous version of Kubernetes, 1.22.0, I was able to see pod and container network metrics. However, after installing a new Kubernetes cluster using version 1.32.0 and deploying the Bitnami kube-prometheus chart, the pod and container network usage metrics no longer appear as expected.
To investigate, I tested the helm/bitnami/kube-prometheus chart using Minikube in a GitHub Codespace. I found that when using Kubernetes version 1.22.0, the metrics container_network_transmit_bytes_total and container_network_receive_bytes_total work properly and return a full response, including labels like container and interface.
But when I use Kubernetes version 1.32.0, the response for the same metric is incomplete—it does not include important labels such as container and interface. The response looks something like this:
Name and Version
bitnami/kube-prometheus 11.1.9
What architecture are you using?
None
What steps will reproduce the bug?
I am working with the Bitnami kube-prometheus Helm chart.
In a previous version of Kubernetes,
1.22.0
, I was able to see pod and container network metrics. However, after installing a new Kubernetes cluster using version1.32.0
and deploying the Bitnami kube-prometheus chart, the pod and container network usage metrics no longer appear as expected.To investigate, I tested the
helm/bitnami/kube-prometheus
chart using Minikube in a GitHub Codespace. I found that when using Kubernetes version 1.22.0, the metricscontainer_network_transmit_bytes_total
andcontainer_network_receive_bytes_total
work properly and return a full response, including labels like container and interface.But when I use Kubernetes version
1.32.0
, the response for the same metric is incomplete—it does not include important labels such as container and interface. The response looks something like this:For more detail, I use these commands to install minikube and run
bitnami/kube-prometheus
chart:kubernetes version 1.32.0 by minikube
all pods and services are running.
So, in k8s version 1.32.0 there are no
interface
andcontainer
labels.kubernetes version 1.22.0 by minikube
kubernetes version:
Finally, in Kubernetes version 1.22.0, these labels (interface, container) exist.
Are you using any custom parameters or values?
helm install my-kube-prometheus bitnami/kube-prometheus --version 11.1.9
What is the expected behavior?
show
container
andinterface
labels incontainer_network_transmit_bytes_total
metrics like:What do you see instead?
There are no
container
andinterface
labels incontainer_network_transmit_bytes_total
metrics like:The text was updated successfully, but these errors were encountered: