Registry / observability / datadog-datadog-agent-pkg-quantile

datadog-datadog-agent-pkg-quantile

JSON →
library0.43.2gogounverified

Package quantile provides quantile estimation algorithms used by the DataDog Agent.

go get github.com/DataDog/datadog-agent/pkg/quantile
INSTALL
IMPORT
SIG · DATADOG-DATADOG-AG
D
datadog-datadog-agent-pkg-quantile
observabilitygov0.43.2
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.

quantile
github.com/DataDog/datadog-agent/pkg/quantile

Compute quantile sketches

package main import ( "fmt" "github.com/DataDog/datadog-agent/pkg/quantile" ) func main() { // Example: create a sketch and insert values sketch := quantile.NewDefaultSketch() sketch.Insert(1.0) fmt.Println(sketch.Summary()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
datadog-datadog-agent-pkg-quantile — go get datadog-datadog-agent-pkg-quantile · libregistry