Single Step APM Instrumentation on Windows
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel,
n'hésitez pas à nous contacter.
Single Step APM Instrumentation on Windows is in Preview.
Overview
With Single Step Instrumentation (SSI), you can automatically enable APM for your .NET Framework and .NET Core applications running on Windows IIS, using a single MSI command during the Datadog Agent installation. No separate SDK installation or code changes are required.
Enable APM on Windows
Note: Only .NET applications running in IIS are supported for Single Step Instrumentation on Windows.
To enable APM with Single Step Instrumentation on Windows:
- In Datadog, go to the Install Datadog Windows Agent page .
- In the Customize your observability coverage section, toggle Application Performance Monitoring (APM).
- Copy and run the provided MSI install command on your Windows host.
- Restart the IIS applications you want instrumented. (You do not need to restart the entire IIS server.)
After installation, the Agent automatically loads the Datadog .NET SDK into supported application processes to enable distributed tracing.
Set SDK Tracer Versions
By default, Single Step Instrumentation installs the latest supported version of the Datadog .NET Tracer.
If you need to pin a specific version:
- From the Windows Agent install page, after toggling Application Performance Monitoring (APM) instrumentation, select Customize library versions.
- Under .NET, choose the version you want to use.
- Copy the updated MSI command and run it on your host.
Remove Single Step APM instrumentation from your Agent
To disable SSI for .NET on your host, run:
&"C:\Program Files\Datadog\Datadog Agent\bin\datadog-installer.exe" remove datadog-apm-library-dotnet
Further reading
Documentation, liens et articles supplémentaires utiles: