micrometer-metrics/micrometer

Add config option to compress Datadog payload

已关闭

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

 (13 条评论) (0 个反应) (0 位负责人)Java (1,133 个派生)batch import
enhancementhelp wantedregistry: datadogrelease notes

仓库指标

星标
 (4,882 个星标)
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

贡献者指南