Statsd Gauge Delta 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": "gaugor:-10|g",
"parsed": {
"bucket": "gaugor",
"value": -10,
"type": "gauge",
"wireType": "g",
"delta": true
},
"notes": "Gauge delta — the `-` sign signals a relative adjustment. The daemon subtracts 10 from the existing gauge value rather than replacing it. `+4` would add 4. Useful for tracking pool depth, queue length, or any signed counter-like quantity."
}
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.