You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The StatsD plugin implements the StatsD network protocol to allow clients to report "events", such as the serving of a web page. These events are aggregated by collectd and dispatched regularly.
The plugin supports four event types:
Counter
Timer
Gauge
Set
It also supports "multi metric packets", i.e. packets containing multiple metrics and different metric types with the same name.