micrometer-metrics/micrometer

Add config option to compress Datadog payload

Fechada

#2.297 aberto em 15 de out. de 2020

 (13 comentários) (0 reação) (0 responsável)Java (1.134 forks)batch import
enhancementhelp wantedregistry: datadogrelease notes

Métricas do repositório

Stars
 (4.882 estrelas)
Métricas de merge de PR
 (Mesclagem média 1d 21h) (100 fundiu PRs em 30d)

Description

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

Guia do colaborador