106f5b5ca8 | ||
---|---|---|
.. | ||
README.md | ||
stackdriver.go | ||
stackdriver_test.go |
README.md
Stackdriver Output Plugin
This plugin writes to the Google Cloud Stackdriver API and requires authentication with Google Cloud using either a service account or user credentials. See the Stackdriver documentation for details on pricing.
Requires project
to specify where Stackdriver metrics will be delivered to.
Metrics are grouped by the namespace
variable and metric key - eg: custom.googleapis.com/telegraf/system/load5
Configuration
[[outputs.stackdriver]]
# GCP Project
project = "erudite-bloom-151019"
# The namespace for the metric descriptor
namespace = "telegraf"