Skip to content

Commit f83eae2

Browse files
authored
feat(profiler): switch back to zstd compression by default (#4080)
Co-authored-by: nick.ripley <[email protected]>
1 parent b2a4cee commit f83eae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiler/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func defaultConfig() (*config, error) {
188188
deltaProfiles: internal.BoolEnv("DD_PROFILING_DELTA", true),
189189
logStartup: internal.BoolEnv("DD_TRACE_STARTUP_LOGS", true),
190190
endpointCountEnabled: internal.BoolEnv(traceprof.EndpointCountEnvVar, false),
191-
compressionConfig: cmp.Or(env.Get("DD_PROFILING_DEBUG_COMPRESSION_SETTINGS"), "legacy"),
191+
compressionConfig: cmp.Or(env.Get("DD_PROFILING_DEBUG_COMPRESSION_SETTINGS"), "zstd"),
192192
traceConfig: executionTraceConfig{
193193
Enabled: internal.BoolEnv("DD_PROFILING_EXECUTION_TRACE_ENABLED", executionTraceEnabledDefault),
194194
Period: internal.DurationEnv("DD_PROFILING_EXECUTION_TRACE_PERIOD", 15*time.Minute),

0 commit comments

Comments
 (0)