Skip to content

Commit

Permalink
nit fix (Signed-off-by: Jeffrey Liu [email protected])
Browse files Browse the repository at this point in the history
Signed-off-by: CoderJeffrey <[email protected]>
  • Loading branch information
CoderJeffrey committed Jul 27, 2023
1 parent 630608a commit 570d488
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ public class SearchBpActionsAlarmMonitor implements AlarmMonitor {
* if there are more than 30 bad resournce units in one hour, then the alarm shows a Unhealthy Signal
*/

// TODO: Remove 3 for testing, replace with 30
private static final int DEFAULT_HOUR_BREACH_THRESHOLD = 3;
private static final int DEFAULT_HOUR_BREACH_THRESHOLD = 30;
private static final int DEFAULT_BUCKET_WINDOW_SIZE = 1;
private static final String HOUR_PREFIX = "hour-";

Expand Down

0 comments on commit 570d488

Please sign in to comment.