Skip to content

Commit 5ec35fe

Browse files
committed
critest: drop cpuLoad metrics from test
some context: kubernetes/kubernetes#134981 Signed-off-by: Peter Hunt <[email protected]>
1 parent 3cb8630 commit 5ec35fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/validate/pod.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ import (
3838
// on kubernetes 1.35.
3939
var expectedMetricDescriptorNames = []string{
4040
"container_blkio_device_usage_total",
41-
"container_cpu_load_average_10s",
4241
"container_cpu_system_seconds_total",
4342
"container_cpu_usage_seconds_total",
4443
"container_cpu_user_seconds_total",
@@ -75,7 +74,6 @@ var expectedMetricDescriptorNames = []string{
7574
"container_spec_memory_reservation_limit_bytes",
7675
"container_spec_memory_swap_limit_bytes",
7776
"container_start_time_seconds",
78-
"container_tasks_state",
7977
"container_threads",
8078
"container_threads_max",
8179
"container_ulimits_soft",

0 commit comments

Comments
 (0)