micrometer-metrics/micrometer

Add config option to compress Datadog payload

Open

#2,297 创建于 2020年10月15日

在 GitHub 查看
 (13 评论) (0 反应) (0 负责人)Java (935 fork)batch import
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

贡献者指南