Plugin:StatsD
From collectd Wiki
StatsD plugin | |
---|---|
Type: | read |
Callbacks: | config, init, read, shutdown |
Status: | supported |
First version: | 5.4 |
Copyright: | 2013 Florian Forster |
License: | MIT license |
Manpage: | collectd.conf(5) |
List of Plugins |
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.
Synopsis
<Plugin statsd> Host "::" Port "8125" DeleteSets true TimerPercentile 90.0 </Plugin>
Example graph
None yet. Add one now!
Dependencies
- none
See also