forked from bloomberg/collectdwin
-
Notifications
You must be signed in to change notification settings - Fork 2
Write Statsd plugin
andrewpaine edited this page Jul 22, 2015
·
3 revisions
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.
<WriteStatsd Host="localhost" Port="8125" />| Name | Description |
|---|---|
| Host | Statsd hostname |
| Port | UDP Port |
| Prefix | (Optional) Optional bucket name prefix (see above) |