micrometer-metrics/micrometer
在 GitHub 查看Add config option to compress Datadog payload
Open
#2,297 建立於 2020年10月15日
enhancementhelp wantedregistry: datadogrelease notes
倉庫指標
- Star
- (4,220 star)
- PR 合併指標
- (平均合併 1天 21小時) (30 天內合併 100 個 PR)
描述
Compression cannot be enabled with DatadogConfig right now, but we do have the compress method on our abstract Request.Builder for HttpSender. Enabling compression by default seems reasonable and would help avoid the issue of going over the max payload size as mentioned in #1500.
Originally posted by @shakuzen in https://github.com/micrometer-metrics/micrometer/issue_comments/705314786