Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix(lighthouse-service): Modified criteria example in SLO (#6106) (#6404
Browse files Browse the repository at this point in the history
)

* fix(lighthouse-service): Modified criteria example in SLO (#6106)
Signed-off-by: RealAnna <[email protected]>

* fix(lighthouse-service): review after testing

Signed-off-by: RealAnna <[email protected]>
  • Loading branch information
RealAnna authored Dec 20, 2021
1 parent f67e5da commit 5b7bd19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lighthouse-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ objectives:
# be considered as a pass if it is less than 200 ms
- criteria:
- "<=+10%" # relative values require a prefixed sign (plus or minus)
- "<1000" # absolute values only require a logical operator
- "<200" # absolute values only require a logical operator
warning: # allow small relative changes, and response time has to be < 500 ms
- criteria: # criteria connected by AND
- "<=800"
- criteria: # criteria connected by AND
- "<=500,<=+20%"
- sli: error_rate
weight: 2 # default weight: 1
pass: # do not allow any security vulnerabilities
Expand Down

0 comments on commit 5b7bd19

Please sign in to comment.