Skip to content

Commit

Permalink
deps: update histogram, metriken, and ringlog (#129)
Browse files Browse the repository at this point in the history
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 metrics functions call the percentiles and publish
them using an iterator over them. Rather than changing
the interface of the wrapper function to returning null
when the histogram is empty, it returns an empty vector
to metrics callers, which prevents them from publishing
percentile metrics.
  • Loading branch information
mihirn authored Jun 12, 2024
1 parent 17033fd commit d4ac78c
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 118 deletions.
Loading

0 comments on commit d4ac78c

Please sign in to comment.