Add high resolution metrics support to CloudWatch output (#6689)
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user