Skip to content

StatsD

Install

See the Install guide for the full setup, including Windows PowerShell.

curl -fsSL https://install.skippr.io/install.sh | shClick to copy

Listens for StatsD metrics over UDP and converts them to JSON.

Configuration

yaml
source:
  kind: statsd
  listen_address: "0.0.0.0:8125"
FieldDefaultDescription
listen_address0.0.0.0:8125UDP address to listen on

Namespace: statsd

CLI

bash
skippr connect source statsd \
  --listen-address 0.0.0.0:8125
FlagDescription
--listen-addressUDP 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

SymptomFix
port already in useChoose a different listen address or stop the process currently using that UDP port.
metrics are missingCheck sender configuration, network reachability, and any host firewall rules blocking UDP traffic.

Next steps

Install

See the Install guide for the full setup, including Windows PowerShell.

curl -fsSL https://install.skippr.io/install.sh | shClick to copy