Statsd Histogram Example is an example object payload from StatsD, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"wire": "render:0.42|h",
"parsed": {
"bucket": "render",
"value": 0.42,
"type": "histogram",
"wireType": "h"
},
"configuredBins": [0.01, 0.1, 1, 10, "inf"],
"notes": "Histogram observation — `|h` is the explicit histogram type letter used by DogStatsD and Telegraf. In vanilla StatsD, histograms are configured per-metric via the `histogram` config key with named bin boundaries. The bin `[0.1, 1)` receives the contribution; the daemon emits per-bin counters on flush."
}
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.