Skip to content

Commit 96a16a7

Browse files
committed
Add wall time settings
1 parent b8f095c commit 96a16a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/profiler/enabling/dotnet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ You can configure the profiler using the following environment variables. Note t
327327
| `DD_TRACE_DEBUG` | Boolean | Enables or disables debug logging (Could help in case of troubleshooting investigation). Valid values are: `true` or `false`. Defaults to `false`. |
328328
| `DD_PROFILING_LOG_DIR` | String | Sets the directory for .NET Profiler logs. Defaults to `%ProgramData%\Datadog-APM\logs\`. |
329329
| `DD_PROFILING_ENABLED` | Boolean | If set to `true`, enables the .NET Profiler. Defaults to `false`. |
330+
| `DD_PROFILING_WALLTIME_ENABLED` | Boolean | If set to `false`, disables the Wall time profiling. Defaults to `true`. |
330331
| `DD_PROFILING_CPU_ENABLED` | Boolean | If set to `false`, disables the CPU profiling. Defaults to `true`. |
331332
| `DD_PROFILING_EXCEPTION_ENABLED` | Boolean | If set to `true`, enables the Exceptions profiling (beta). Defaults to `false`. |
332333
| `DD_PROFILING_ALLOCATION_ENABLED` | Boolean | If set to `true`, enables the Allocations profiling (beta). Defaults to `false`. |

0 commit comments

Comments
 (0)