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.
2 parents ad43b97 + af8eb80 commit fa85ce9Copy full SHA for fa85ce9
dd-trace-api/src/main/java/datadog/trace/api/config/ProfilingConfig.java
@@ -48,7 +48,7 @@ public final class ProfilingConfig {
48
49
public static final String PROFILING_DIRECT_ALLOCATION_SAMPLE_LIMIT =
50
"profiling.direct.allocation.sample.limit";
51
- public static final int PROFILING_DIRECT_ALLOCATION_SAMPLE_LIMIT_DEFAULT = 10_000;
+ public static final int PROFILING_DIRECT_ALLOCATION_SAMPLE_LIMIT_DEFAULT = 2_000;
52
public static final String PROFILING_EXCEPTION_HISTOGRAM_TOP_ITEMS =
53
"profiling.exception.histogram.top-items";
54
public static final int PROFILING_EXCEPTION_HISTOGRAM_TOP_ITEMS_DEFAULT = 50;
0 commit comments