buildkit/vendor/github.com/codahale/hdrhistogram
Tonis Tiigi 6b98dedaef Add grpc opentracing support to the binaries
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2018-01-08 17:49:34 -08:00
..
LICENSE Add grpc opentracing support to the binaries 2018-01-08 17:49:34 -08:00
README.md Add grpc opentracing support to the binaries 2018-01-08 17:49:34 -08:00
hdr.go Add grpc opentracing support to the binaries 2018-01-08 17:49:34 -08:00
window.go Add grpc opentracing support to the binaries 2018-01-08 17:49:34 -08:00

README.md

hdrhistogram

Build Status

A pure Go implementation of the HDR Histogram.

A Histogram that supports recording and analyzing sampled data value counts across a configurable integer value range with configurable value precision within the range. Value precision is expressed as the number of significant digits in the value recording, and provides control over value quantization behavior across the value range and the subsequent value resolution at any given level.

For documentation, check godoc.