DogStatsD Wire Protocol
Version 1.0.0
The DogStatsD wire protocol — Datadog's StatsD-compatible ingestion format. A strict superset of vanilla StatsD that adds first-class tag syntax (`|#k:v,k:v`), histogram (`|h`) and distribution (`|d`) metric types, events (`_e{title.len,text.len}:title|text|...`), service checks (`_sc|name|status|...`), and Unix Domain Socket transport in addition to UDP/8125. The same dialect is consumed by Stripe Veneur, Atlassian gostatsd, Telegraf's StatsD input, and Shopify statsd-instrument.
DogStatsD Wire Protocol is an event-driven AsyncAPI specification published by StatsD on the APIs.io network, version 1.0.0.
The spec defines 3 channels, 8 message types, transport over UDP AND UNIX.
Tagged areas include Aggregation, Daemon, DogStatsD, Line Protocol, and Metrics.
Channels
Messages
Servers