Skip to content

Commit

Permalink
Merge pull request kubernetes#19651 from gmarek/master
Browse files Browse the repository at this point in the history
Remove per-container metrics from ones printed by e2e tests
  • Loading branch information
Marek Grabowski committed Jan 14, 2016
2 parents 864af55 + bd4c042 commit 7489cb6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/e2e/metrics_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7489cb6

Please sign in to comment.