forked from iopsystems/rpc-perf
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: update histogram, metriken, and ringlog (iopsystems#229)
Update dependencies to move towards a single version of histogram (0.11.0) and metriken (0.7.0). This is a breaking change in the interface of calls to percentile functions, which can now return null when the histogram is empty. The stats functions call the percentiles and publish them using an iterator over the returned vector. Rather than changing the interface of the wrapper function to returning null when the histogram is empty, as the histogram does, it returns an empty vector to metrics callers to preserve the existing code. Since the empty vector is iterated over, none of the percentile metrics are published.
- Loading branch information
Showing
3 changed files
with
42 additions
and
110 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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