We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb8630 commit 5ec35feCopy full SHA for 5ec35fe
pkg/validate/pod.go
@@ -38,7 +38,6 @@ import (
38
// on kubernetes 1.35.
39
var expectedMetricDescriptorNames = []string{
40
"container_blkio_device_usage_total",
41
- "container_cpu_load_average_10s",
42
"container_cpu_system_seconds_total",
43
"container_cpu_usage_seconds_total",
44
"container_cpu_user_seconds_total",
@@ -75,7 +74,6 @@ var expectedMetricDescriptorNames = []string{
75
74
"container_spec_memory_reservation_limit_bytes",
76
"container_spec_memory_swap_limit_bytes",
77
"container_start_time_seconds",
78
- "container_tasks_state",
79
"container_threads",
80
"container_threads_max",
81
"container_ulimits_soft",
0 commit comments