Dogstatsd Distribution Example is an example object payload from StatsD, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"wire": "request.latency:42|d|#service:api,region:us-east-1",
"parsed": {
"bucket": "request.latency",
"value": 42,
"type": "distribution",
"wireType": "d",
"tags": {
"service": "api",
"region": "us-east-1"
}
},
"notes": "DogStatsD distribution metric — `|d` is forwarded as raw values to Datadog for global aggregation, enabling cross-host percentiles. Distinct from `|h`, which aggregates locally per agent. Stripe Veneur uses t-digest sketches to implement an equivalent global aggregation outside Datadog."
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.