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
* Update Windows SSI documentation and logo
- Change Windows IIS logo to Windows logo on SSI landing page
- Update Windows SSI overview to mention Java and .NET on Windows VMs
- Add two-tab structure for Windows instrumentation types:
- IIS tab: For .NET applications on IIS only
- Host-wide (Preview) tab: For Java and .NET applications across Windows host
- Add Preview callout with Product Preview Program signup link
- Update SDK terminology throughout Windows page
* Fix link rendering in Windows SSI tabs
Convert reference-style links to inline links within tabs for proper rendering
* copy refinements
* format tweaking
* Apply suggestions from code review
* Update content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/windows.md
* Update content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/windows.md
* Update content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/windows.md
* Update content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/windows.md
---------
Co-authored-by: Dominique Alessi <[email protected]>
Co-authored-by: domalessi <[email protected]>
Copy file name to clipboardExpand all lines: content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/windows.md
+44-7Lines changed: 44 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,35 +11,72 @@ further_reading:
11
11
12
12
## Overview
13
13
14
-
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.
14
+
With Single Step Instrumentation (SSI), you can enable APM for your Java and .NET applications on Windows VMs using a single Datadog Agent installation command.
15
15
16
16
## Enable APM on Windows
17
17
18
18
<divclass="alert alert-info">Before proceeding, confirm that your environment is compatible by reviewing the <ahref="https://docs.datadoghq.com/tracing/trace_collection/automatic_instrumentation/single-step-apm/compatibility/">SSI compatibility guide.</a></div>
19
19
20
-
To enable APM with Single Step Instrumentation on Windows:
20
+
You can enable APM on Windows in the following ways:
21
+
* Instrument only .NET applications on IIS
22
+
* Instrument all Java and .NET applications across your entire Windows host
21
23
22
-
1. In Datadog, go to the Install Datadog [Windows Agent page][1] .
24
+
{{< callout url="#"
25
+
btn_hidden="true" header="Join the Preview!">}}
26
+
Host-wide instrumentation for Windows is in Preview.
27
+
{{< /callout >}}
28
+
29
+
{{< tabs >}}
30
+
{{% tab "IIS" %}}
31
+
32
+
To instrument only .NET applications running on IIS:
33
+
34
+
1. In Datadog, go to [Install the Datadog Agent on Windows][1].
23
35
1. In the **Customize your observability coverage** section, toggle **Application Performance Monitoring (APM)**.
24
-
1. (Optional) Set your SDK tracer version:
36
+
1. (Optional) Set your SDK version:
25
37
26
-
By default, Single Step Instrumentation installs the latest supported version of the Datadog .NET Tracer. If you need to pin a specific version:
38
+
By default, Single Step Instrumentation installs the latest supported version of the Datadog .NET SDK. If you need to pin a specific version:
27
39
28
-
1. Under **Application Performance Monitoring (APM)**, select **Customize library versions**.
40
+
1. Under **Instrumentation Configuration**, select **Customize Library Versions**.
29
41
1. Under .NET, choose the version you want to use.
30
42
31
43
1. Copy and run the provided MSI install command on your Windows host.
32
44
1. Restart the IIS applications you want instrumented. (You do not need to restart the entire IIS server.)
33
45
34
46
After installation, the Agent automatically loads the Datadog .NET SDK into supported application processes to enable distributed tracing.
Unified Service Tags (USTs) apply consistent tags across traces, metrics, and logs, making it easier to navigate and correlate your observability data. Learn how to [set USTs for Windows services][2].
39
76
40
77
## Enable SDK-dependent products and features
41
78
42
-
Once SSI loads the Datadog SDK into your applications and enables distributed tracing, you can configure additional products that rely on the SDK. These include capabilities such as Continuous Profiler, Application Security Monitoring, and trace ingestion controls.
79
+
After SSI loads the Datadog SDK into your applications and enables distributed tracing, you can configure additional products that rely on the SDK. These include capabilities such as Continuous Profiler, Application Security Monitoring, and trace ingestion controls.
43
80
44
81
To enable products, [set environment variables][3] in your application configuration.
0 commit comments