Skip to content

Commit

Permalink
[PLAT-15341] updated time drift warn threshold to match alert
Browse files Browse the repository at this point in the history
Summary:
Health check threshold was set to 250 by default, while the alert uses
200 by default. Updated the health check to match the alert.

Test Plan: itest

Reviewers: amalyshev, yash.priyam, sanketh

Reviewed By: sanketh

Subscribers: yugaware

Differential Revision: https://phorge.dev.yugabyte.com/D38321
  • Loading branch information
shubin-yb committed Sep 24, 2024
1 parent 6897046 commit 310bc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ yb {

health_checks {
check_clock_time_drift = true
time_drift_wrn_threshold_ms = 250
time_drift_wrn_threshold_ms = 200
time_drift_err_threshold_ms = 400
clock_sync_service_required = true
}
Expand Down

0 comments on commit 310bc84

Please sign in to comment.