AsyncAPI channel · StatsD · StatsD Wire Protocol

statsd/metrics

Single ingest channel — every StatsD metric flows over the same UDP/TCP port. The bucket name in the line payload is the de facto routing key.

Provider: StatsD AsyncAPI: v3.0.0 Spec: StatsD Wire Protocol Operations: 1 Messages: 7

Channel address

statsd/metrics

Operations

send
sendMetric
Send Metric To StatsD

Messages

counter
Counter Metric
Content-Type: text/plain
gauge
Gauge Metric
Content-Type: text/plain
timer
Timer Metric
Content-Type: text/plain
histogram
Histogram Metric
Content-Type: text/plain
set
Set Metric
Content-Type: text/plain
meter
Meter Metric
Content-Type: text/plain
multi
Multi-Metric Packet
Content-Type: text/plain

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.