Merge pull request #74406 from danielqsj/clean_unused_metrics

clean nonexistent metrics in e2e test
This commit is contained in:
Kubernetes Prow Robot 2019-04-02 01:36:46 -07:00 committed by GitHub
commit fe9d7d59d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,14 +184,11 @@ var InterestingControllerManagerMetrics = []string{
}
var InterestingKubeletMetrics = []string{
"kubelet_container_manager_latency_microseconds",
"kubelet_docker_errors",
"kubelet_docker_operations_errors_total",
"kubelet_docker_operations_duration_seconds",
"kubelet_generate_pod_status_latency_microseconds",
"kubelet_pod_start_duration_seconds",
"kubelet_pod_worker_duration_seconds",
"kubelet_pod_worker_start_duration_seconds",
"kubelet_sync_pods_latency_microseconds",
}
var InterestingClusterAutoscalerMetrics = []string{