-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maintenance: improved stat5minClientRequests() naming (#1951)
stat5minClientRequests() was to meant to return the number of recent client requests. However, the function did not provide implied 5 minute precision. It returned, roughly speaking, the number of requests during the last 0-6 minutes. The new, less strict function name and boolean type avoid this false precision implication. Also removed unused stat5minCPUUsage().
- Loading branch information
1 parent
c565067
commit 72f2eff
Showing
3 changed files
with
14 additions
and
7 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
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