Commit bd4c0427 authored by gmarek's avatar gmarek

Remove per-container metrics from ones printed by e2e tests

parent 864af558
...@@ -92,12 +92,6 @@ var InterestingApiServerMetrics = []string{ ...@@ -92,12 +92,6 @@ var InterestingApiServerMetrics = []string{
} }
var InterestingKubeletMetrics = []string{ var InterestingKubeletMetrics = []string{
"container_cpu_system_seconds_total",
"container_cpu_user_seconds_total",
"container_fs_io_time_weighted_seconds_total",
"container_memory_usage_bytes",
"container_spec_cpu_shares",
"container_start_time_seconds",
"go_gc_duration_seconds", "go_gc_duration_seconds",
"go_goroutines", "go_goroutines",
"kubelet_container_manager_latency_microseconds", "kubelet_container_manager_latency_microseconds",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment