To retain dropwizard metrics API and ability to use its open source reporters, HdrHistogram needs to be implemented within gauges. Create several gauges, each for characteristic percentile(90%, 95%, 99%, 99.9%, 99.99%, 100%) and register them within MetricRegistry.
Technical Approach
To retain dropwizard metrics API and ability to use its open source reporters, HdrHistogram needs to be implemented within gauges. Create several gauges, each for characteristic percentile(90%, 95%, 99%, 99.9%, 99.99%, 100%) and register them within MetricRegistry.