In #265 we hard-code that statistics postfixed with "_size" are routed to StreamingStatistic instead of to HdrHistogram. It would be nicer if we could have options for that so that the statistics factory can generically do the right thing as well as hand control to the user for this.
In #265 we hard-code that statistics postfixed with "_size" are routed to
StreamingStatisticinstead of toHdrHistogram. It would be nicer if we could have options for that so that the statistics factory can generically do the right thing as well as hand control to the user for this.