0

The documentation for PutMetricData calls out that POST requests are limited to 1MB in size. It further states that large requests can be gzipped to fit into that limit.

However, as near as I can tell, there is no documentation on how to configure this. I was able to find something for boto3, but there's not a 1:1 mapping of the Go and boto3 clients such that I can figure out how to transparently modify the request.

The docs do have some notes about how to modify settings via NewBuildableClient, but it would be helpful if there were additional examples that included transparently enabling GZip.

Corey Cole
  • 977
  • 9
  • 18

0 Answers0