clean nonexistent metrics in e2e test
This commit is contained in:
parent
ebea037729
commit
b6ce45961b
@ -184,14 +184,10 @@ var InterestingControllerManagerMetrics = []string{
|
|||||||
}
|
}
|
||||||
|
|
||||||
var InterestingKubeletMetrics = []string{
|
var InterestingKubeletMetrics = []string{
|
||||||
"kubelet_container_manager_latency_microseconds",
|
|
||||||
"kubelet_docker_errors",
|
|
||||||
"kubelet_docker_operations_duration_seconds",
|
"kubelet_docker_operations_duration_seconds",
|
||||||
"kubelet_generate_pod_status_latency_microseconds",
|
|
||||||
"kubelet_pod_start_duration_seconds",
|
"kubelet_pod_start_duration_seconds",
|
||||||
"kubelet_pod_worker_duration_seconds",
|
"kubelet_pod_worker_duration_seconds",
|
||||||
"kubelet_pod_worker_start_duration_seconds",
|
"kubelet_pod_worker_start_duration_seconds",
|
||||||
"kubelet_sync_pods_latency_microseconds",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var InterestingClusterAutoscalerMetrics = []string{
|
var InterestingClusterAutoscalerMetrics = []string{
|
||||||
|
Loading…
Reference in New Issue
Block a user