dogstatsd

Reference for the `dogstatsd` adapter.

dogstatsd · adapter · run nanook doc dogstatsd for the same content in your terminal.

Pushes metrics with tags to a dogstatsd-compatible daemon over UDP.

Options

OptionTypeDefaultDescription
hoststring127.0.0.1dogstatsd agent host
portstring8125dogstatsd agent port

Examples

Datadog agent on the host

[[adapters]]
kind = "dogstatsd"
[adapters.opts]
host = "127.0.0.1"
port = 8125

Through a sidecar with label filtering

[[adapters]]
kind = "dogstatsd"
[adapters.opts]
host = "datadog-sidecar.internal"
port = 8125
filter = 'env is "prod"'