Skip to content

Plugin Write Stackdriver

Florian Forster edited this page Nov 26, 2023 · 1 revision
Name: Write Stackdriver plugin
Type: write
Callbacks: config, flush, init, write
Status: in development
FirstVersion: 5.9
Copyright: 2018 Florian Forster
License: MIT License
Manpage: collectd.conf(5)
See also: List of Plugins

The Write Stackdriver plugin stores metrics in Google Stackdriver.

Synopsis

 LoadPlugin "write_stackdriver"
 <Plugin "write_stackdriver">
   CredentialFile "/path/to/gcp-project-id-12345.json"
 </Plugin>

Dependencies

  • libyajl, version 2
  • libcurl
  • OpenSSL

See also

Clone this wiki locally