Write Statsd plugin - Netuitive/collectdwin GitHub Wiki
Write Statsd plugin
The Write statsd plugin sends posts metrics as UDP datagrams to a statsd server. The metric buckets are named as follows:
[Prefix].[Hostname].[CollectdPlugin].[CollectdPluginInstance].[CollectdTypeInstance]
Where CollectdPlugin, CollectdPluginInstance and CollectdTypeInstance are configured in the Windows Performance Counter plugin. Prefix is optional (see below) and CollectdPluginInstance may be dropped if there is no instance name.
Configuration
<WriteStatsd Host="localhost" Port="8125" />
Name | Description |
---|---|
Host | Statsd hostname |
Port | UDP Port |
Prefix | (Optional) Optional bucket name prefix (see above) |