Skip to content

Commit

Permalink
metrics: Add latency value limits for kata CI
Browse files Browse the repository at this point in the history
This PR adds latency value limits for kata CI.

Fixes kata-containers#8067

Signed-off-by: Gabriela Cervantes <[email protected]>
  • Loading branch information
GabyCT committed Sep 26, 2023
1 parent 3091031 commit a74a8f8
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 98,19 @@ midval = 98.0
minpercent = 20.0
maxpercent = 20.0

[[metric]]
name = "latency"
type = "json"
description = "measure container latency"
# Min and Max values to set a 'range' that
# the median of the CSV Results data must fall
# within (inclusive)
checkvar = ".\"latency\".Results | .[] | .latency.Result"
checktype = "mean"
midval = 0.75
minpercent = 20.0
maxpercent = 20.0

[[metric]]
name = "network-iperf3"
type = "json"
Expand Down

0 comments on commit a74a8f8

Please sign in to comment.