diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-30 15:44:00 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-30 16:10:21 +0200 |
commit | 745186a9850c67a29dabd8b3cbe0a41e84663afd (patch) | |
tree | 463f7b5f0e4973b4ecb75caa9b096612510b4e62 /profiles/desc | |
parent | app-metrics/collectd: add procevent plugin (diff) | |
download | gentoo-745186a9850c67a29dabd8b3cbe0a41e84663afd.tar.gz gentoo-745186a9850c67a29dabd8b3cbe0a41e84663afd.tar.bz2 gentoo-745186a9850c67a29dabd8b3cbe0a41e84663afd.zip |
app-metrics/collectd: add write_stackdriver plugin
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/collectd_plugins.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc index 804b186851c2..0b8a5e8a0bf7 100644 --- a/profiles/desc/collectd_plugins.desc +++ b/profiles/desc/collectd_plugins.desc @@ -143,6 +143,7 @@ write_mongodb - Build the MongoDB output plugin (stores values in MongoDB) write_prometheus - Builds the Prometheus output plugin (starts an internal webserver on port 9103 (configurable) and accepts scrape requests from Prometheus) write_redis - Build the Redis output plugin (stores values in Redis) write_sensu - Build the Sensu output plugin (sends metrics to Sensu Core, an open-source monitoring project) +write_stackdriver - Build the Stackdriver output plugin (stores metrics in Google Stackdriver) write_syslog - Build the Syslog output plugin (sends metrics in CEE-enhanced syslog message format) write_tsdb - Build the TSDB output plugin (writes metrics to OpenTSDB, an open-source distributed time-series database based on Apache HBase) xencpu - Build the XEN CPU input plugin (collects XEN Hypervisor CPU stats using app-emulation/xen-tools) |