Fix syntax error in cloudwatch sample config (#5797)
This commit is contained in:
parent
6a73ad56ae
commit
bae7f59bbf
|
@ -72,7 +72,7 @@ API endpoint. In the following order the plugin will attempt to authenticate.
|
||||||
|
|
||||||
## Namespace-wide statistic filters. These allow fewer queries to be made to
|
## Namespace-wide statistic filters. These allow fewer queries to be made to
|
||||||
## cloudwatch.
|
## cloudwatch.
|
||||||
# statistic_include = [ "average", "sum", minimum", "maximum", sample_count" ]
|
# statistic_include = [ "average", "sum", "minimum", "maximum", sample_count" ]
|
||||||
# statistic_exclude = []
|
# statistic_exclude = []
|
||||||
|
|
||||||
## Metrics to Pull
|
## Metrics to Pull
|
||||||
|
@ -83,7 +83,7 @@ API endpoint. In the following order the plugin will attempt to authenticate.
|
||||||
#
|
#
|
||||||
# ## Statistic filters for Metric. These allow for retrieving specific
|
# ## Statistic filters for Metric. These allow for retrieving specific
|
||||||
# ## statistics for an individual metric.
|
# ## statistics for an individual metric.
|
||||||
# # statistic_include = [ "average", "sum", minimum", "maximum", sample_count" ]
|
# # statistic_include = [ "average", "sum", "minimum", "maximum", sample_count" ]
|
||||||
# # statistic_exclude = []
|
# # statistic_exclude = []
|
||||||
#
|
#
|
||||||
# ## Dimension filters for Metric. All dimensions defined for the metric names
|
# ## Dimension filters for Metric. All dimensions defined for the metric names
|
||||||
|
|
|
@ -135,7 +135,7 @@ func (c *CloudWatch) SampleConfig() string {
|
||||||
|
|
||||||
## Namespace-wide statistic filters. These allow fewer queries to be made to
|
## Namespace-wide statistic filters. These allow fewer queries to be made to
|
||||||
## cloudwatch.
|
## cloudwatch.
|
||||||
# statistic_include = [ "average", "sum", minimum", "maximum", sample_count" ]
|
# statistic_include = [ "average", "sum", "minimum", "maximum", sample_count" ]
|
||||||
# statistic_exclude = []
|
# statistic_exclude = []
|
||||||
|
|
||||||
## Metrics to Pull
|
## Metrics to Pull
|
||||||
|
@ -146,7 +146,7 @@ func (c *CloudWatch) SampleConfig() string {
|
||||||
#
|
#
|
||||||
# ## Statistic filters for Metric. These allow for retrieving specific
|
# ## Statistic filters for Metric. These allow for retrieving specific
|
||||||
# ## statistics for an individual metric.
|
# ## statistics for an individual metric.
|
||||||
# # statistic_include = [ "average", "sum", minimum", "maximum", sample_count" ]
|
# # statistic_include = [ "average", "sum", "minimum", "maximum", sample_count" ]
|
||||||
# # statistic_exclude = []
|
# # statistic_exclude = []
|
||||||
#
|
#
|
||||||
# ## Dimension filters for Metric. All dimensions defined for the metric names
|
# ## Dimension filters for Metric. All dimensions defined for the metric names
|
||||||
|
|
Loading…
Reference in New Issue