Registry / observability / codahale-hdrhistogram

codahale-hdrhistogram

JSON →
library1.2.0gogounverified

An implementation of Gil Tene's HDR Histogram data structure for recording and analyzing sampled data value counts.

go get github.com/codahale/hdrhistogram
INSTALL
IMPORT
SIG · CODAHALE-HDRHISTOG
C
codahale-hdrhistogram
observabilitygov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hdrhistogram
github.com/codahale/hdrhistogram

Record values and compute percentiles.

package main import ( "fmt" "github.com/codahale/hdrhistogram" ) func main() { h := hdrhistogram.New(1, 100000, 3) h.RecordValue(100) h.RecordValue(200) fmt.Printf("50th percentile: %d\n", h.ValueAtQuantile(50)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
codahale-hdrhistogram — go get codahale-hdrhistogram · libregistry