You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: loadshed/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,8 +143,7 @@ LoadCriteria is an interface in the LoadShed middleware that defines the criteri
143
143
-**Thresholds**: Utilizes `LowerThreshold` and `UpperThreshold` values to decide when to start shedding requests.
144
144
-**Proportional Rejection Probability**:
145
145
-**Below `LowerThreshold`**: No requests are rejected, as the system is considered under acceptable load.
146
-
-**Between `LowerThreshold` and `UpperThreshold`**: The probability of rejecting a request increases as the CPU
147
-
usage approaches the `UpperThreshold`. This is calculated using the formula:
146
+
-**Between `LowerThreshold` and `UpperThreshold`**: The probability of rejecting a request increases as the CPU usage approaches the `UpperThreshold`. This is calculated using the formula:
0 commit comments