The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/vendor/github.com/codahale/hdrhistogram
bergquist e84ff24833 adds codahale to vendor 8 years ago
..
LICENSE adds codahale to vendor 8 years ago
README.md adds codahale to vendor 8 years ago
hdr.go adds codahale to vendor 8 years ago
window.go adds codahale to vendor 8 years ago

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.