Update docs on Cloudwatch. Set default period to 5m. (#2000)

This commit is contained in:
John Engelman
2016-11-07 06:14:04 -06:00
committed by Cameron Sparr
parent e84b356a12
commit 5d3850c44e
3 changed files with 28 additions and 15 deletions

View File

@@ -641,14 +641,14 @@
# #shared_credential_file = ""
#
# ## Requested CloudWatch aggregation Period (required - must be a multiple of 60s)
# period = "1m"
# period = "5m"
#
# ## Collection Delay (required - must account for metrics availability via CloudWatch API)
# delay = "1m"
# delay = "5m"
#
# ## Recomended: use metric 'interval' that is a multiple of 'period' to avoid
# ## gaps or overlap in pulled data
# interval = "1m"
# interval = "5m"
#
# ## Configure the TTL for the internal cache of metrics.
# ## Defaults to 1 hr if not specified
@@ -1979,4 +1979,3 @@
#
# [inputs.webhooks.rollbar]
# path = "/rollbar"