Skip to content
Florian Forster edited this page Nov 21, 2023 · 1 revision
Name: StatsD plugin
Type: read
Callbacks: config, init, read, shutdown
Status: supported
FirstVersion: 5.4
Copyright: 2013 Florian Forster
License: MIT License
Manpage: collectd.conf(5)
See also: 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

Clone this wiki locally