-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Description
What is the problem you're trying to solve
I tried to find the equivalent of CNI operation metrics like what we used to have in kubelet/dockershim I didn't see any yet: https://github.com/kubernetes/kubernetes/blob/release-1.23/pkg/kubelet/dockershim/network/metrics/metrics.go
Describe the solution you'd like
Is it possible for containerd/cri to expose some sort of CNI operation metrics (e.g. network create/teardown latency and error count) to allow for more visibility from outside?
Additional context
Feel free to let me know if this already exists (I wouldn't be surprised), thanks!
Reactions are currently unavailable