Skip to content

Commit c3a4cda

Browse files
authored
Remove single-step instrumentation tab from .NET Profiler instructions (DataDog#25146)
1 parent e1f0676 commit c3a4cda

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

content/en/profiler/enabling/dotnet.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -176,25 +176,6 @@ To install the .NET Profiler per-webapp:
176176
[1]: https://app.datadoghq.com/profiling
177177
{{% /tab %}}
178178

179-
{{% tab "Linux with Single Step Instrumentation" %}}
180-
181-
1. With [Single Step Instrumentation][2], set the following required environment variables for automatic instrumentation to attach to your application:
182-
183-
```
184-
LD_PRELOAD=/opt/datadog/apm/library/dotnet/continuousprofiler/Datadog.Linux.ApiWrapper.x64.so
185-
DD_PROFILING_ENABLED=1
186-
DD_ENV=production
187-
DD_VERSION=1.2.3
188-
```
189-
190-
2. For standalone applications, manually restart the application as you normally would.
191-
192-
3. A minute or two after starting your application, your profiles appear on the [Datadog APM > Profiler page][1].
193-
194-
[1]: https://app.datadoghq.com/profiling
195-
[2]: https://docs.datadoghq.com/tracing/trace_collection/automatic_instrumentation/?tab=singlestepinstrumentationbeta
196-
{{% /tab %}}
197-
198179
{{% tab "Internet Information Services (IIS)" %}}
199180

200181
3. Set needed environment variables to configure and enable Profiler.

0 commit comments

Comments
 (0)