micrometer-metrics/micrometer

Add config option to compress Datadog payload

Fermée

#2 297 ouverte le 15 oct. 2020

 (13 commentaires) (0 réaction) (0 personne assignée)Java (1 133 forks)batch import
enhancementhelp wantedregistry: datadogrelease notes

Métriques du dépôt

Stars
 (4 882 étoiles)
Métriques de merge PR
 (Merge moyen 1j 21h) (100 PRs mergées en 30 j)

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

Guide contributeur