This repository was archived by the owner on Sep 1, 2024. It is now read-only.
This repository was archived by the owner on Sep 1, 2024. It is now read-only.
Allow not sending some parts of the metrics #36
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels