mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #19651 from gmarek/master
Remove per-container metrics from ones printed by e2e tests
This commit is contained in:
commit
7489cb6e79
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user