Skip to content

Commit

Permalink
deps: update histogram, metriken, and ringlog
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 committed Jun 12, 2024
1 parent 17033fd commit b0e2f86
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 118 deletions.
Loading

0 comments on commit b0e2f86

Please sign in to comment.