DogStatsD Wire Protocol
DogStatsD is the Datadog Agent's StatsD-compatible ingestion protocol. It is a strict superset of the StatsD wire format 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. Wide adoption beyond Datadog itself — Stripe Veneur, Atlassian gostatsd, Telegraf, and Shopify's statsd-instrument all speak DogStatsD — has made it the de facto modern dialect of the StatsD line protocol.
DogStatsD Wire Protocol is one of 3 APIs that StatsD publishes on the APIs.io network, described by an AsyncAPI event-driven specification.
This API exposes 2 JSON Schema definitions.
Tagged areas include Datadog, Distributions, DogStatsD, Events, and Histograms. The published artifact set on APIs.io includes API documentation, an AsyncAPI specification, and 2 JSON Schemas.