Update stackdriver plugins to reflect new product naming (#7098)

This commit is contained in:
Daniel Nelson
2020-03-05 10:36:36 -08:00
committed by GitHub
parent 561bb3df2e
commit 7b03a6f4ab
3 changed files with 15 additions and 7 deletions

View File

@@ -1,7 +1,11 @@
# Stackdriver Output Plugin
# Stackdriver Google Cloud Monitoring Output Plugin
This plugin writes to the [Google Cloud Stackdriver API](https://cloud.google.com/monitoring/api/v3/)
and requires [authentication](https://cloud.google.com/docs/authentication/getting-started) with Google Cloud using either a service account or user credentials. See the [Stackdriver documentation](https://cloud.google.com/stackdriver/pricing#stackdriver_monitoring_services) for details on pricing.
This plugin writes to the [Google Cloud Monitoring API][stackdriver] (formerly
Stackdriver) and requires [authentication][] with Google Cloud using either a
service account or user credentials
This plugin accesses APIs which are [chargeable][pricing]; you might incur
costs.
Requires `project` to specify where Stackdriver metrics will be delivered to.
@@ -47,3 +51,6 @@ aggregated before then can be written. Consider using the [basicstats][]
aggregator to do this.
[basicstats]: /plugins/aggregators/basicstats/README.md
[stackdriver]: https://cloud.google.com/monitoring/api/v3/
[authentication]: https://cloud.google.com/docs/authentication/getting-started
[pricing]: https://cloud.google.com/stackdriver/pricing#stackdriver_monitoring_services