[bugfix] Let prometheus client do its own compression handling (#3232)

This commit is contained in:
tobi 2024-08-25 13:25:32 +02:00 committed by GitHub
commit d3887bf6cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 5 deletions

View file

@ -154,7 +154,7 @@ func testDefaults() config.Configuration {
TracingTransport: "grpc",
TracingInsecureTransport: true,
MetricsEnabled: false,
MetricsEnabled: true,
MetricsAuthEnabled: false,
SyslogEnabled: false,