micrometer-metrics/micrometer

Add config option to compress Datadog payload

Geschlossen

#2.297 geöffnet am 15.10.2020

 (13 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (1.133 Forks)batch import
enhancementhelp wantedregistry: datadogrelease notes

Repository-Metriken

Stars
 (4.882 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1T 21h) (100 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide