smartcat-labs / berserker

Berserker is load generator with pluggable input source and configurable output.
Apache License 2.0
52 stars 8 forks source link

Support HdrHistogram with coordinated omission within dropwizard metrics #23

Open vajda opened 7 years ago

vajda commented 7 years ago

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.