dogstatsd
Reference for the `dogstatsd` adapter.
dogstatsd· adapter · runnanook doc dogstatsdfor the same content in your terminal.
Pushes metrics with tags to a dogstatsd-compatible daemon over UDP.
Options
| Option | Type | Default | Description |
|---|---|---|---|
host | string | 127.0.0.1 | dogstatsd agent host |
port | string | 8125 | dogstatsd agent port |
Examples
Datadog agent on the host
[[]]
= "dogstatsd"
[]
= "127.0.0.1"
= 8125
Through a sidecar with label filtering
[[]]
= "dogstatsd"
[]
= "datadog-sidecar.internal"
= 8125
= 'env is "prod"'