-
Notifications
You must be signed in to change notification settings - Fork 702
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend LATENCY LATEST to add min / sum / cnt stats
Currently LATENCY LATEST only has the following fields: - Event name. - Unix timestamp of the latest latency spike for the event. - Latest event latency in millisecond. - All-time maximum latency for this event. This PR introduced these fields: - min: the all-time minimum latency for this event (maybe not that useful) - sum: the all-time sum latency for this event (i think it is useful for some events) - cnt: the event count that trigger the latency, with the sum we can calc the avg Signed-off-by: Binbin <[email protected]>
- Loading branch information
1 parent
cda9eee
commit 2df98be
Showing
3 changed files
with
22 additions
and
4 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