Cloudwatch Input: min/max/average/sum etc selective statistics #5609
Labels
area/aws
AWS plugins including cloudwatch, ecs, kinesis
feature request
Requests for new plugin and for new features to existing plugins
Milestone
Feature Request
It would be beneficial (for AWS costs) to be able to select specific "statistics" only for the given metrics/dimensions, so when pulling a high volume of metrics from Cloudwatch you can keep costs under control.
Proposal:
Eg. you may only care about
average
andmax
, but notmin
orsum
. This would halve the % of retrievals involved.https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetMetricData.html seems to provide the ability to specify, there also seems to be some on https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetMetricStatistics.html
Current behavior:
Retrieves all "statistics" for a given metric / dimension, which is somewhere around 6~ each.
Desired behavior:
Selectively pull the ones you want.
Use case: [Why is this important (helps with prioritizing requests)]
End user cost, plus this will have a rate limit benefit also (efficiency).
The text was updated successfully, but these errors were encountered: