aws-cloudwatch-statsd-backend icon indicating copy to clipboard operation
aws-cloudwatch-statsd-backend copied to clipboard

Use putMetricData optimally.

Open pwilczynskiclearcode opened this issue 9 years ago • 2 comments

putMetricData() method allows to pack up to 40 KB of metrics. In case of producing huge number of them packing metrics in single requests could give 10-20x costs reduction.

pwilczynskiclearcode avatar Sep 25 '15 13:09 pwilczynskiclearcode

Good point!

camitz avatar Sep 26 '15 12:09 camitz

Related: I do not understand the limits; it says you can have 40 KB per PutMetricData request, but there can only be 20 MetricDatum elements in such a request. This seems very few, and certainly too few to reach 40 KB?

feliksik avatar Jul 27 '17 10:07 feliksik