Difference between revisions of "Plugin:StatsD"
From collectd Wiki
(Create initial page.) |
(Change status to "supported".) |
||
Line 3: | Line 3: | ||
| Type=read | | Type=read | ||
| Callbacks={{Callback|config}}, {{Callback|init}}, {{Callback|read}}, {{Callback|shutdown}} | | Callbacks={{Callback|config}}, {{Callback|init}}, {{Callback|read}}, {{Callback|shutdown}} | ||
− | | Status={{ | + | | Status={{supported}} |
| FirstVersion={{Version|5.4}} | | FirstVersion={{Version|5.4}} | ||
| Copyright=''2013'' [[User:Octo|Florian Forster]] | | Copyright=''2013'' [[User:Octo|Florian Forster]] |
Revision as of 12:47, 18 August 2013
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 pakets", 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