File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dd-trace-api/src/main/java/datadog/trace/api/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,12 +208,12 @@ public final class ProfilingConfig {
208208 public static final String PROFILING_SMAP_COLLECTION_ENABLED =
209209 "profiling.smap.collection.enabled" ;
210210
211- public static final boolean PROFILING_SMAP_COLLECTION_ENABLED_DEFAULT = true ;
211+ public static final boolean PROFILING_SMAP_COLLECTION_ENABLED_DEFAULT = false ;
212212
213213 public static final String PROFILING_SMAP_AGGREGATION_ENABLED =
214214 "profiling.smap.aggregation.enabled" ;
215215
216- public static final boolean PROFILING_SMAP_AGGREGATION_ENABLED_DEFAULT = true ;
216+ public static final boolean PROFILING_SMAP_AGGREGATION_ENABLED_DEFAULT = false ;
217217
218218 public static final String PROFILING_QUEUEING_TIME_THRESHOLD_MILLIS =
219219 "profiling.queueing.time.threshold.millis" ;
You can’t perform that action at this time.
0 commit comments