StatsD
Install
See the Install guide for the full setup, including Windows PowerShell.
curl -fsSL https://install.skippr.io/install.sh | shClick to copyListens for StatsD metrics over UDP and converts them to JSON.
Configuration
yaml
source:
kind: statsd
listen_address: "0.0.0.0:8125"| Field | Default | Description |
|---|---|---|
listen_address | 0.0.0.0:8125 | UDP address to listen on |
Namespace: statsd
CLI
bash
skippr connect source statsd \
--listen-address 0.0.0.0:8125| Flag | Description |
|---|---|
--listen-address | UDP address to listen on (default: 0.0.0.0:8125) |
Authentication
No connector-specific authentication is required.
Permissions or Network Requirements
This connector listens on a UDP address. Make sure the configured port is available and that senders can reach it over the network path you expect.
Troubleshooting
| Symptom | Fix |
|---|---|
| port already in use | Choose a different listen address or stop the process currently using that UDP port. |
| metrics are missing | Check sender configuration, network reachability, and any host firewall rules blocking UDP traffic. |
Next steps
- Pair this source with a destination from Destination Connectors.
- See How It Works for the end-to-end pipeline flow.
Install
See the Install guide for the full setup, including Windows PowerShell.
curl -fsSL https://install.skippr.io/install.sh | shClick to copy