Difference between revisions of "Plugin:Write Stackdriver"
From collectd Wiki
(Create stub.) |
(No difference)
|
Latest revision as of 10:42, 27 October 2018
Write Stackdriver plugin | |
---|---|
Type: | write |
Callbacks: | config, flush, init, write |
Status: | in development |
First version: | 5.9 |
Copyright: | 2018 Florian Forster |
License: | MIT license |
Manpage: | collectd.conf(5) |
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