Skip to content

Commit

Permalink
collapse wall samples by default
Browse files Browse the repository at this point in the history
  • Loading branch information
richardstartin committed Jul 3, 2024
1 parent b29a90a commit ad70d21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public final class ProfilingConfig {

public static final String PROFILING_DATADOG_PROFILER_WALL_COLLAPSING =
"profiling.ddprof.wall.collapsing";
public static final boolean PROFILING_DATADOG_PROFILER_WALL_COLLAPSING_DEFAULT = false;
public static final boolean PROFILING_DATADOG_PROFILER_WALL_COLLAPSING_DEFAULT = true;

public static final String PROFILING_DATADOG_PROFILER_WALL_CONTEXT_FILTER =
"profiling.ddprof.wall.context.filter";
Expand Down

0 comments on commit ad70d21

Please sign in to comment.