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
sdn: make pod operation metrics more useful and collectable
The pod operation error metrics were in the wrong place to capture the
overall pod setup/teardown operation. Move them to capture everything.
Next, the labels of the Latency metric meant that every observation was
a unique metric and no statistics could be determined from them in
aggregate. Change that (and pod errors) to follow the Kubelet dockershim
DockerOperations[Latency|Errors] metric pattern with a label for the
operation instead of the sandbox.
0 commit comments