@@ -56,9 +56,9 @@ var _ = SIGDescribe("ContainerMetrics", "[LinuxOnly]", framework.WithNodeConform
56
56
"container_fs_reads_total" : boundedSample (0 , 100 ),
57
57
"container_fs_usage_bytes" : boundedSample (0 , 1000000 ),
58
58
"container_fs_writes_bytes_total" : boundedSample (0 , 1000000 ),
59
- "container_fs_writes_total" : boundedSample (0 , 100 ),
59
+ "container_fs_writes_total" : boundedSample (0 , 200 ),
60
60
"container_last_seen" : boundedSample (time .Now ().Add (- maxStatsAge ).Unix (), time .Now ().Add (2 * time .Minute ).Unix ()),
61
- "container_memory_cache" : boundedSample (1 * e2evolume . Kb , 10 * e2evolume .Mb ),
61
+ "container_memory_cache" : boundedSample (0 , 10 * e2evolume .Mb ),
62
62
"container_memory_failcnt" : preciseSample (0 ),
63
63
"container_memory_failures_total" : boundedSample (0 , 1000000 ),
64
64
"container_memory_mapped_file" : boundedSample (0 , 10000000 ),
@@ -79,7 +79,7 @@ var _ = SIGDescribe("ContainerMetrics", "[LinuxOnly]", framework.WithNodeConform
79
79
"container_tasks_state" : preciseSample (0 ),
80
80
"container_threads" : boundedSample (0 , 10 ),
81
81
"container_threads_max" : boundedSample (0 , 100000 ),
82
- "container_ulimits_soft" : boundedSample (0 , 10000000 ),
82
+ "container_ulimits_soft" : boundedSample (0 , 1073741816 ),
83
83
}
84
84
appendMatchesForContainer (f .Namespace .Name , pod0 , pod1 , "busybox-container" , ctrMatches , keys , gstruct .AllowDuplicates | gstruct .IgnoreExtras )
85
85
0 commit comments