How to send gzip payload for Cloudwatch's PutMetricData #2723
-
The comments here indicate that Cloudwatch's Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Unfortunately the gzip story in Ruby V3 is not great. We intentionally squash aws-sdk-ruby/gems/aws-sdk-core/lib/seahorse/client/net_http/handler.rb Lines 181 to 184 in 378dfa6 step: :sign, priority: 51 .
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the response Matt, appreciate it! I did some more research and I'm thinking an easier route may be to just install the cloudwatch agent on our underlying system and then use one of ruby's statsd clients to send metrics to the agent (in place of using |
Beta Was this translation helpful? Give feedback.
-
This feature is actively being worked on across all SDKs, targeting sometime soon (TM) |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Unfortunately the gzip story in Ruby V3 is not great. We intentionally squash
Accept-Encoding
here for responses:aws-sdk-ruby/gems/aws-sdk-core/lib/seahorse/client/net_http/handler.rb
Lines 181 to 184 in 378dfa6