statsd
Reference for the `statsd` adapter.
statsd· adapter · runnanook doc statsdfor the same content in your terminal.
Pushes metrics to a statsd daemon over UDP.
Options
| Option | Type | Default | Description |
|---|---|---|---|
host | string | 127.0.0.1 | statsd agent host |
port | string | 8125 | statsd agent port |
Examples
Local agent
[[]]
= "statsd"
[]
= "127.0.0.1"
= 8125
Restrict to numeric metrics only
[[]]
= "statsd"
[]
= "metrics.internal"
= 8125
= 'name ~ "cpu.*" || name ~ "mem.*" || name ~ "disk.*"'