diff options
author | 2024-08-25 13:25:32 +0200 | |
---|---|---|
committer | 2024-08-25 13:25:32 +0200 | |
commit | d3887bf6cc180118be9fc8a031cc3aefbfbeb668 (patch) | |
tree | 122180a5289e99c0f92d5e998aaf182d210a700f /testrig/config.go | |
parent | [bugfix] Carry-over `ApprovedByURI` to avoid marking already-approved remote ... (diff) | |
download | gotosocial-d3887bf6cc180118be9fc8a031cc3aefbfbeb668.tar.xz |
[bugfix] Let prometheus client do its own compression handling (#3232)
Diffstat (limited to 'testrig/config.go')
-rw-r--r-- | testrig/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testrig/config.go b/testrig/config.go index 6a4254d61..673ed46b6 100644 --- a/testrig/config.go +++ b/testrig/config.go @@ -154,7 +154,7 @@ func testDefaults() config.Configuration { TracingTransport: "grpc", TracingInsecureTransport: true, - MetricsEnabled: false, + MetricsEnabled: true, MetricsAuthEnabled: false, SyslogEnabled: false, |