mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-01 07:47:15 +00:00
Merge pull request #9686 from GabyCT/topic/fixbootclh
metrics: Fix minvalue for boot time
This commit is contained in:
commit
e08ad8d1b7
@ -16,7 +16,7 @@ description = "measure container lifecycle timings"
|
||||
# within (inclusive)
|
||||
checkvar = ".\"boot-times\".Results | .[] | .\"to-workload\".Result"
|
||||
checktype = "mean"
|
||||
midval = 0.69
|
||||
midval = 0.39
|
||||
minpercent = 40.0
|
||||
maxpercent = 30.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user