Fix syntax error in cloudwatch sample config (#5797)

This commit is contained in:
Alberto del Barrio 2019-05-03 19:05:06 +02:00 committed by Daniel Nelson
parent 6a73ad56ae
commit bae7f59bbf
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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