clean nonexistent metrics in e2e test

This commit is contained in:
danielqsj 2019-02-22 17:38:45 +08:00
parent ebea037729
commit b6ce45961b

View File

@ -184,14 +184,10 @@ var InterestingControllerManagerMetrics = []string{
}
var InterestingKubeletMetrics = []string{
"kubelet_container_manager_latency_microseconds",
"kubelet_docker_errors",
"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{