micrometer-metrics/micrometer

Add config option to compress Datadog payload

クローズ

#2,297 opened on 2020/10/15

 (13 件のコメント) (0 件のリアクション) (0 人の担当者)Java (1,133 件のフォーク)batch import
enhancementhelp wantedregistry: datadogrelease notes

Repository metrics

Stars
 (4,882 個のスター)
PR merge metrics
 (平均マージ 1d 21h) (30d で 100 merged PRs)

説明

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

コントリビューターガイド