StatsD · Schema

StatsD Metric Line

A single line of the StatsD wire protocol. Each line is a UTF-8 text payload with no surrounding whitespace, structured as `bucket:value|type[|@sample_rate][|#tag:value,tag:value]`. The trailing tag clause is a DogStatsD/Telegraf extension and is optional in vanilla StatsD.

AggregationDaemonDogStatsDLine ProtocolMetricsObservabilityOpen-SourceStatsDTCPUDPWire Protocol
View JSON Schema on GitHub

JSON Schema

statsd-metric-line-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/statsd/json-schema/statsd-metric-line-schema.json",
  "title": "StatsD Metric Line",
  "description": "A single line of the StatsD wire protocol. Each line is a UTF-8 text payload with no surrounding whitespace, structured as `bucket:value|type[|@sample_rate][|#tag:value,tag:value]`. The trailing tag clause is a DogStatsD/Telegraf extension and is optional in vanilla StatsD.",
  "type": "string",
  "pattern": "^[A-Za-z0-9._:\\-]+:[+\\-]?\\d+(\\.\\d+)?\\|(c|g|ms|h|s|m|d)(\\|@\\d*\\.?\\d+)?(\\|#[A-Za-z0-9._:\\-]+(:[^,|]+)?(,[A-Za-z0-9._:\\-]+(:[^,|]+)?)*)?$",
  "examples": [
    "gorets:1|c",
    "gorets:1|c|@0.1",
    "gaugor:333|g",
    "gaugor:+4|g",
    "gaugor:-10|g",
    "glork:320|ms",
    "glork:320|ms|@0.1",
    "uniques:765|s",
    "render:0.42|h",
    "page.views:1|c|#env:prod,service:checkout",
    "request.latency:42|d|#service:api,region:us-east-1"
  ],
  "minLength": 4,
  "maxLength": 1432,
  "$comment": "Maximum length 1432 reflects the safe per-packet UDP payload (1500 byte MTU minus 20-byte IPv4 + 8-byte UDP + 40-byte safety margin). Larger packets risk IP fragmentation. Multi-metric packets pack multiple lines separated by \\n."
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/statsd-metric-line"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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.

A second provider on the same verified email joins the account you already have.