metrics: Modify boot time values

This PR modifies boot time values limit.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-08-01 23:34:15 +00:00
parent f764248095
commit ad6e53c399
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ description = "measure container lifecycle timings"
checkvar = ".\"boot-times\".Results | .[] | .\"to-workload\".Result"
checktype = "mean"
midval = 0.69
minpercent = 30.0
minpercent = 40.0
maxpercent = 30.0
[[metric]]

View File

@ -17,7 +17,7 @@ description = "measure container lifecycle timings"
checkvar = ".\"boot-times\".Results | .[] | .\"to-workload\".Result"
checktype = "mean"
midval = 0.71
minpercent = 30.0
minpercent = 40.0
maxpercent = 30.0
[[metric]]