We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a4cee commit f83eae2Copy full SHA for f83eae2
profiler/options.go
@@ -188,7 +188,7 @@ func defaultConfig() (*config, error) {
188
deltaProfiles: internal.BoolEnv("DD_PROFILING_DELTA", true),
189
logStartup: internal.BoolEnv("DD_TRACE_STARTUP_LOGS", true),
190
endpointCountEnabled: internal.BoolEnv(traceprof.EndpointCountEnvVar, false),
191
- compressionConfig: cmp.Or(env.Get("DD_PROFILING_DEBUG_COMPRESSION_SETTINGS"), "legacy"),
+ compressionConfig: cmp.Or(env.Get("DD_PROFILING_DEBUG_COMPRESSION_SETTINGS"), "zstd"),
192
traceConfig: executionTraceConfig{
193
Enabled: internal.BoolEnv("DD_PROFILING_EXECUTION_TRACE_ENABLED", executionTraceEnabledDefault),
194
Period: internal.DurationEnv("DD_PROFILING_EXECUTION_TRACE_PERIOD", 15*time.Minute),
0 commit comments