statsd
Pushes metrics using the StatsD protocol. Supported tagging formats are 'none', 'datadog' and 'influxdb'.
# Config fields, showing default valuesmetrics:statsd:address: ""flush_period: 100mstag_format: nonemapping: ""
The underlying client library has recently been updated in order to support tagging.
The 'network' field is deprecated and scheduled for removal. If you currently rely on sending Statsd metrics over TCP and want it to be supported long term please raise an issue.
Fields​
address​
The address to send metrics to.
Type: string
Default: ""
flush_period​
The time interval between metrics flushes.
Type: string
Default: "100ms"
tag_format​
Metrics tagging is supported in a variety of formats.
Type: string
Default: "none"
Options: none, datadog, influxdb.