Commit 7489cb6e authored by Marek Grabowski's avatar Marek Grabowski

Merge pull request #19651 from gmarek/master

Remove per-container metrics from ones printed by e2e tests
parents 864af558 bd4c0427
......@@ -92,12 +92,6 @@ var InterestingApiServerMetrics = []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_goroutines",
"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