[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
parent bef0dfc66c
commit d3887bf6cc
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,