Merge pull request #9686 from GabyCT/topic/fixbootclh

metrics: Fix minvalue for boot time
This commit is contained in:
GabyCT 2024-05-22 15:46:50 -06:00 committed by GitHub
commit e08ad8d1b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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