You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current ec2 metricset code, we are constructing metricDataQueries per region per instance for GetMetricData cloudwatch api call. Because we have some metadata from DescribeInstances api call for each instance to add into each event. It will be more efficient/cheaper to improve ec2 metricset to construct metricDataQueries per region but not per instance.
The text was updated successfully, but these errors were encountered:
kaiyan-sheng
changed the title
Improve efficiency on ec2 metricset GetMetricData call
Improve efficiency on metricsets in aws module GetMetricData call
Apr 25, 2019
kaiyan-sheng
changed the title
Improve efficiency on metricsets in aws module GetMetricData call
Improve efficiency on metricsets in aws module GetMetricData call
Apr 25, 2019
In current ec2 metricset code, we are constructing
metricDataQueries
per region per instance forGetMetricData
cloudwatch api call. Because we have some metadata fromDescribeInstances
api call for each instance to add into each event. It will be more efficient/cheaper to improve ec2 metricset to constructmetricDataQueries
per region but not per instance.The text was updated successfully, but these errors were encountered: