Add high resolution metrics support to CloudWatch output (#6689)

This commit is contained in:
Marc Ruiz
2019-11-22 03:37:33 +01:00
committed by Daniel Nelson
parent a193f527f0
commit c7af10b159
3 changed files with 64 additions and 30 deletions

View File

@@ -45,4 +45,7 @@ also save AWS API cost. If enable this flag, this plugin would parse the require
[CloudWatch statistic fields](https://docs.aws.amazon.com/sdk-for-go/api/service/cloudwatch/#StatisticSet)
(count, min, max, and sum) and send them to CloudWatch. You could use `basicstats`
aggregator to calculate those fields. If not all statistic fields are available,
all fields would still be sent as raw metrics.
all fields would still be sent as raw metrics.
## high_resolution_metrics
Enable high resolution metrics (1 second precision) instead of standard ones (60 seconds precision)