# StatsD

**Canonical:** https://apis.io/providers/statsd/  
**APIs profiled:** 8

StatsD is the network daemon and UDP-based line protocol for application metrics, originally written at Etsy and now maintained at github.com/statsd/statsd. A StatsD client emits short text packets — counters, gauges, timers, histograms, sets, and meters — to a daemon that aggregates them in memory and flushes derived series to a backend such as Graphite, InfluxDB, Datadog, CloudWatch, or any of 30+ third-party sinks. The wire format is the canonical contract; dozens of language clients and several alternative servers (DogStatsD, Telegraf, gostatsd, brubeck, statsite, Veneur, bioyino) speak it with small, well-documented dialect extensions for tags, histograms, events, and service checks.

## Kin Score — 32.1 / 100 (thin)

Scored 2026-08-20 under rubric 0.12.0. Trend: flat (+0.0 from 32.1).

| Facet | Score |
|---|---|
| Discoverability | 59.3 |
| Contract Quality | 62.6 |
| Governance | 54.5 |
| Contract Governance | 54.5 |
| Operational Transparency | 5.3 |
| Developer Ergonomics | 16.7 |
| Commercial Clarity | 0.0 |
| Access Clarity | 0.0 |

## Agent readiness — 21.8 (agent-aware)

| Dimension | Value |
|---|---|
| Spec Presence | yes |
| Agentic Access | derived |
| Reversibility Documented | no |
| MCP Server | no |
| Auth Clarity | no |
| Idempotency | no |
| Error Semantics | no |
| OpenAPI Examples | partial |
| Rate Limit Signal | no |
| Event Surface Described | derived |
| Agent Skills | no |
| Well Known Catalog | no |
| Consent Identity | no |
| Agent Card | no |
| Dry Run Mode | no |

## Access

Unknown — onboarding: unknown, pricing: unknown, trial: no (confidence: low).

## APIs (8)

- **StatsD Wire Protocol** — The StatsD wire protocol is a UTF-8, line-oriented, UDP-by-default packet format used to push application metrics from clients to a StatsD daemon. Each line takes the form `buck...
- **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`), histogra...
- **StatsD Configuration API** — Runtime Configuration Inspection
- **StatsD Counters API** — Inspect Or Delete Counters
- **StatsD Gauges API** — Inspect Or Delete Gauges
- **StatsD Health API** — Health Check Control
- **StatsD Stats API** — Inspect Aggregated In-Memory State
- **StatsD Timers API** — Inspect Or Delete Timers

## Agentic access (1)

- **Statsd Agentic Access** — 10 operations · 4 acting

## Tags

Aggregation, Daemon, DogStatsD, Line Protocol, Metrics, Observability, Open-Source, StatsD, TCP, UDP, Wire Protocol

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/providers/statsd/). Scores are computed from the provider's own public artifacts under a published rubric.
