You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
Hi, I would like to send only some parts of the metrics.
for example, for timers I don't want to send the one_minute, five_minute and fifteen_minutemean_rate and run_count. Those values does not matter to me because I'm using HdrHistogramResetOnSnapshotReservoir (see https://bitbucket.org/marshallpierce/hdrhistogram-metrics-reservoir and http://taint.org/2014/01/16/145944a.html) which resets everything every time a snapshot is taken, So the sample size is the rate since last report.
If you'd like I can do a pull request by my own but please guide me where do you want me to make the change.
Thanks.
The text was updated successfully, but these errors were encountered:
PR are welcome. I have to go back into the code before to provide some
guide. I'll take a look asap.
On Thu, Feb 25, 2016 at 8:12 AM, Shani Elharrar [email protected]
wrote:
Hi, I would like to send only some parts of the metrics.
for example, for timers I don't want to send the one_minute, five_minute
and fifteen_minute mean_rate and run_count. Those values does not matter
to me because I'm using HdrHistogramResetOnSnapshotReservoir (see https://bitbucket.org/marshallpierce/hdrhistogram-metrics-reservoir and http://taint.org/2014/01/16/145944a.html) which resets everything every
time a snapshot is taken, So the sample size is the rate since last report.
If you'd like I can do a pull request by my own but please guide me where
do you want me to make the change.
Thanks.
—
Reply to this email directly or view it on GitHub #36.
Hi, I would like to send only some parts of the metrics.
for example, for timers I don't want to send the
one_minute
,five_minute
andfifteen_minute
mean_rate
andrun_count
. Those values does not matter to me because I'm usingHdrHistogramResetOnSnapshotReservoir
(see https://bitbucket.org/marshallpierce/hdrhistogram-metrics-reservoir and http://taint.org/2014/01/16/145944a.html) which resets everything every time a snapshot is taken, So the sample size is the rate since last report.If you'd like I can do a pull request by my own but please guide me where do you want me to make the change.
Thanks.
The text was updated successfully, but these errors were encountered: