Registry / observability / signalfx-gohistogram

signalfx-gohistogram

JSON →
library0.0.0-20160107210732-1ccfd2ff5083gogounverified

Package gohistogram contains implementations of weighted and exponential histograms.

go get github.com/signalfx/gohistogram
INSTALL
IMPORT
SIG · SIGNALFX-GOHISTOGR
S
signalfx-gohistogram
observabilitygov0.0.0-20160107210732-1ccfd2ff5083
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.

gohistogram
github.com/signalfx/gohistogram

Creates a histogram, adds values, and computes a quantile.

package main import ( "fmt" "github.com/signalfx/gohistogram" ) func main() { h := gohistogram.NewHistogram(10) h.Add(1.0) h.Add(2.0) fmt.Println(h.Quantile(0.5)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160107210732-1ccfd2ff5083latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
2
Resources
signalfx-gohistogram — go get signalfx-gohistogram · libregistry