File tree Expand file tree Collapse file tree
dd-trace-api/src/main/java/datadog/trace/api/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public final class ProfilingConfig {
2727
2828 public static final String PROFILING_CPU_ENABLED = "profiling.cpu.enabled" ;
2929 public static final boolean PROFILING_CPU_ENABLED_DEFAULT = true ;
30- public static final String PROFILING_WALL_ENABLED = "profiling.wall .enabled" ;
30+ public static final String PROFILING_WALL_ENABLED = "profiling.walltime .enabled" ;
3131 public static final boolean PROFILING_WALL_ENABLED_DEFAULT = true ;
3232 public static final String PROFILING_EXCEPTION_ENABLED = "profiling.exception.enabled" ;
3333 public static final boolean PROFILING_EXCEPTION_ENABLED_DEFAULT = true ;
Original file line number Diff line number Diff line change 33373337 "aliases" : []
33383338 }
33393339 ],
3340- "DD_PROFILING_WALL_ENABLED " : [
3340+ "DD_PROFILING_WALLTIME_ENABLED " : [
33413341 {
33423342 "version" : " A" ,
33433343 "type" : " boolean" ,
You can’t perform that action at this time.
0 commit comments