Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduced HdrHistogram-based metrics reservoir #1061

Merged
merged 2 commits into from
Jul 8, 2019

Conversation

piotrrzysko
Copy link
Member

No description provided.


* `exponentially_decaying` - exponentially decaying reservoir (previous version, currently default)
* `hdr` - HdrHistogram–based reservoir

Copy link
Contributor

@druminski druminski Jul 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add an information why it’s worth to consider using hdr histogram. Something like: 'HdrHistogram-based reservoir has much less memory footprint than exponentially decaying. Because of this GC in Hermes has less job to do which leads to better Hermes performance. In the near future HDR will be default Hermes metrics reservoir.'

Copy link
Contributor

@druminski druminski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice improvement 🥇

@piotrrzysko piotrrzysko merged commit 4b3169b into master Jul 8, 2019
@cristaloleg cristaloleg deleted the hdr-histogram-reservoir branch July 29, 2019 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants