Difference between revisions of "Plugin:StatsD"
From collectd Wiki
(Change status to "supported".) |
m (fix typo) |
||
Line 18: | Line 18: | ||
* Set | * Set | ||
− | It also supports "multi metric | + | It also supports "multi metric packets", i.e. packets containing multiple metrics and different metric types with the same name. |
== Synopsis == | == Synopsis == |
Latest revision as of 23:35, 9 April 2016
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