-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpc: reduce log spam while clock latencies stay above reporting thres…
…hold Previously, clock latencies would log if they exceed 150% of the running average. This would log many times if latency remains in excess of that threshold (until the average rises), or if latency alternates from slightly above to slightly below the threshold from noise. This change logs once when latency exceeds 150% of the moving average and will not log again until it drops below 140% of the moving average. Release note: None
- Loading branch information
1 parent
40b9a86
commit b735fee
Showing
2 changed files
with
78 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters