-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new statistics for knowing when and why connections were closed
We add 4 new statistics which will be used by the users for knowing when the connections were closed and what was the reason, the new four statistics are: - `connections_closed_broken`: Total connections that were closed due to be in broken state. - `connections_closed_invalid`: Total connections that were closed due to be considered invalid. - `connections_closed_max_lifetime`: Total connections that were closed because they reached the max lifetime. - `connections_closed_idle_timeout`: Total connections that were closed because they reached the idle timeout.
- Loading branch information
Showing
4 changed files
with
156 additions
and
15 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
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