You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/profiler/enabling/dotnet.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -327,6 +327,7 @@ You can configure the profiler using the following environment variables. Note t
327
327
|`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`. |
328
328
|`DD_PROFILING_LOG_DIR`| String | Sets the directory for .NET Profiler logs. Defaults to `%ProgramData%\Datadog-APM\logs\`. |
329
329
|`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`. |
330
331
|`DD_PROFILING_CPU_ENABLED`| Boolean | If set to `false`, disables the CPU profiling. Defaults to `true`. |
331
332
|`DD_PROFILING_EXCEPTION_ENABLED`| Boolean | If set to `true`, enables the Exceptions profiling (beta). Defaults to `false`. |
332
333
|`DD_PROFILING_ALLOCATION_ENABLED`| Boolean | If set to `true`, enables the Allocations profiling (beta). Defaults to `false`. |
0 commit comments