Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cost warning to aws, googlecloud and azure doc #20033

Merged
merged 7 commits into from
Jul 21, 2020
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion metricbeat/docs/modules/aws.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ This file is generated! See scripts/mage/docs_collector.go

This module periodically fetches monitoring metrics from AWS CloudWatch using
https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetMetricData.html[GetMetricData API] for AWS services.
Note: extra AWS charges on GetMetricData API requests will be generated by this module.

All metrics are enabled by default.

CAUTION: Extra AWS charges on CloudWatch API requests will be generated by this
kaiyan-sheng marked this conversation as resolved.
Show resolved Hide resolved
module.

[float]
== Module-specific configuration notes

Expand Down
2 changes: 2 additions & 0 deletions metricbeat/docs/modules/azure.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Additional azure API calls will be executed in order to retrieve information reg

The azure module mericsets are `monitor`, `compute_vm` and `compute_vm_scaleset`

CAUTION: Extra Azure charges on metric queries will be generated by this module.

[float]
=== Dashboards

Expand Down
4 changes: 3 additions & 1 deletion metricbeat/docs/modules/googlecloud.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ beta[]

This module periodically fetches monitoring metrics from Google Cloud Platform using
https://cloud.google.com/monitoring/api/metrics_gcp[Stackdriver Monitoring API] for Google Cloud Platform services.
Note: extra GCP charges on Stackdriver Monitoring API requests will be generated by this module.

CAUTION: Extra GCP charges on Stackdriver Monitoring API requests will be
generated by this module.

[float]
== Module config and parameters
Expand Down
4 changes: 3 additions & 1 deletion x-pack/metricbeat/module/aws/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

This module periodically fetches monitoring metrics from AWS CloudWatch using
https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetMetricData.html[GetMetricData API] for AWS services.
Note: extra AWS charges on GetMetricData API requests will be generated by this module.

All metrics are enabled by default.

CAUTION: Extra AWS charges on CloudWatch API requests will be generated by this
module.

[float]
== Module-specific configuration notes

Expand Down
2 changes: 2 additions & 0 deletions x-pack/metricbeat/module/azure/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Additional azure API calls will be executed in order to retrieve information reg

The azure module mericsets are `monitor`, `compute_vm` and `compute_vm_scaleset`

CAUTION: Extra Azure charges on metric queries will be generated by this module.
kaiyan-sheng marked this conversation as resolved.
Show resolved Hide resolved

[float]
=== Dashboards

Expand Down
4 changes: 3 additions & 1 deletion x-pack/metricbeat/module/googlecloud/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This module periodically fetches monitoring metrics from Google Cloud Platform using
https://cloud.google.com/monitoring/api/metrics_gcp[Stackdriver Monitoring API] for Google Cloud Platform services.
Note: extra GCP charges on Stackdriver Monitoring API requests will be generated by this module.

CAUTION: Extra GCP charges on Stackdriver Monitoring API requests will be
generated by this module.

[float]
== Module config and parameters
Expand Down