mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 19:54:35 +00:00
metrics: Update boot time for kata metrics
This PR updates the boot time limit for kata metrics. Fixes #7475 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
e941b3a094
commit
6520dfee37
@ -16,9 +16,9 @@ description = "measure container lifecycle timings"
|
||||
# within (inclusive)
|
||||
checkvar = ".\"boot-times\".Results | .[] | .\"to-workload\".Result"
|
||||
checktype = "mean"
|
||||
midval = 0.42
|
||||
minpercent = 20.0
|
||||
maxpercent = 20.0
|
||||
midval = 0.69
|
||||
minpercent = 30.0
|
||||
maxpercent = 30.0
|
||||
|
||||
[[metric]]
|
||||
name = "memory-footprint"
|
||||
|
Loading…
Reference in New Issue
Block a user