-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
3 changed files
with
25 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters