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

container_network* Metrics Missing Labels after K8S 1.30.1 Upgrade #3551

Open
johnmwood opened this issue Jun 21, 2024 · 0 comments
Open

container_network* Metrics Missing Labels after K8S 1.30.1 Upgrade #3551

johnmwood opened this issue Jun 21, 2024 · 0 comments

Comments

@johnmwood
Copy link

My team recently upgraded from K8S v1.29.5 to v1.30.1. We noticed all metrics for container_network* immediately drop labels. When checking our metrics endpoint, here are a few examples:

kubectl get --raw /api/v1/nodes/NODE/proxy/metrics/cadvisor 

container_network_receive_errors_total{container="",id="/",image="",interface="bond0",name="",namespace="",pod=""} 1634 1718830359399

container_network_receive_errors_total{container="",id="/",image="",interface="bond0",name="",namespace="",pod=""} 1634 1718830359399

container_network_receive_packets_dropped_total{container="",id="/",image="",interface="bond0",name="",namespace="",pod=""} 2.907596e+06 1718830359399

This has broken our existing prometheus queries for these metrics.

Environment

  • Runtime: cri-o
  • Image: Debian Bookworm
  • K8S: v1.30.1
  • cgroup-driver: systemd

Potentially related issues

@johnmwood johnmwood changed the title container_networking* Metrics Missing Labels after K8S 1.30.1 Upgrade container_network* Metrics Missing Labels after K8S 1.30.1 Upgrade Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant