Skip to content
Florian Forster edited this page Nov 20, 2023 · 1 revision
Name: Write TSDB plugin
Type: write
Callbacks: config, flush, write
Status: supported
FirstVersion: 5.5
Copyright: 2012 Pierre-Yves Ritschard, 2011 Scott Sanders, 2009 Paul Sadauskas, 2009 Doug MacEachern, 2007–2012 Florian Forster, 2013–2014 Limelight Networks, Inc.
License: GPLv2
Manpage: collectd.conf(5)
See also: List of Plugins

The Write TSDB plugin writes metrics to OpenTSDB, an open-source distributed time-series database based on Apache HBase.

Synopsis

 <Plugin write_tsdb>
   <Node>
     Host           "localhost"
     Port           "4242"
     HostTags       "status=production deviceclass=www"
     StoreRates     false
     AlwaysAppendDS false
   </Node>
 </Plugin>

This will register a write callback named write_tsdb/localhost/4242.

Dependencies

  • pthread

See also

Clone this wiki locally