Merge pull request #101936 from CaoDonghui123/removemetrics

Remove two metrics that have been deprecated
This commit is contained in:
Kubernetes Prow Robot 2021-05-12 22:10:32 -07:00 committed by GitHub
commit fc92474f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,11 +57,6 @@ var exceptionMetrics = []string{
"get_token_count",
"get_token_fail_count",
"node_collector_evictions_number",
// k8s.io/kubernetes/pkg/kubelet/server/stats
// The two metrics have been deprecated and will be removed in release v1.20+.
"container_cpu_usage_seconds_total", // non-counter metrics should not have "_total" suffix
"node_cpu_usage_seconds_total", // non-counter metrics should not have "_total" suffix
}
// A Problem is an issue detected by a Linter.