diff --git a/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/compatibility.md b/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/compatibility.md
index 561ded41a3d..7c7eafec97e 100644
--- a/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/compatibility.md
+++ b/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/compatibility.md
@@ -12,6 +12,8 @@ Single Step Instrumentation (SSI) has compatibility requirements that vary by op
## Compatibility by application environment
+
ECS Fargate is not supported.
+
Select your environment to see compatibility requirements and limitations:
{{< tabs >}}
@@ -57,6 +59,8 @@ Select your environment to see compatibility requirements and limitations:
{{% tab "Kubernetes" %}}
+EKS Fargate support is in Preview.
+
### Compatibility
- **Status**: GA
diff --git a/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/docker.md b/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/docker.md
index 3d88e405aea..c900c2d7d16 100644
--- a/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/docker.md
+++ b/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/docker.md
@@ -28,6 +28,8 @@ To enable APM in a Docker Linux container:
1. Copy and run the Agent installation command in your Docker container.
1. Restart your applications.
+SSI adds a small amount of startup time to instrumented applications. If this overhead is not acceptable for your use case, contact
Datadog Support.
+
## Set SDK tracer versions
By default, Single Step Instrumentation installs the latest major versions of Datadog APM SDKs. Minor version updates are applied automatically when they become available.
@@ -61,7 +63,7 @@ Unified Service Tags (USTs) apply consistent tags across traces, metrics, and lo
## Enable SDK-dependent products and features
-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.
+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][18], [App and API Protection][19], and [trace ingestion controls][20].
To enable products, [set environment variables][3] in your application configuration.
@@ -114,6 +116,9 @@ If you encounter problems enabling APM with SSI, see the [SSI troubleshooting gu
[15]: https://app.datadoghq.com/fleet/install-agent/latest?platform=docker
[16]: /getting_started/tagging/unified_service_tagging/?tab=docker#containerized-environment
[17]: /tracing/trace_collection/automatic_instrumentation/single-step-apm/troubleshooting
+[18]: /profiler/
+[19]: /security/application_security/
+[20]: /tracing/trace_pipeline/ingestion_controls/
diff --git a/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/kubernetes.md b/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/kubernetes.md
index ed80dbbfeff..f233deafb29 100644
--- a/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/kubernetes.md
+++ b/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/kubernetes.md
@@ -44,6 +44,8 @@ Follow these steps to enable Single Step Instrumentation across your entire clus
1. Deploy the Agent using the generated configuration file.
1. Restart your applications.
+SSI adds a small amount of startup time to instrumented applications. If this overhead is not acceptable for your use case, contact
Datadog Support.
+
## Configure Unified Service Tags
Unified Service Tags (USTs) apply consistent tags across traces, metrics, and logs, making it easier to navigate and correlate your observability data. You can configure USTs through label extraction (recommended) or in deployment manifests.
@@ -128,7 +130,7 @@ For complete instructions, see [setting USTs for Kubernetes services][5].
## Enable SDK-dependent products and features
-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.
+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][37], [Application Security Monitoring][38], and [trace ingestion controls][39].
Use one of the following setup methods:
@@ -788,6 +790,9 @@ If you encounter problems enabling APM with SSI, see the [SSI troubleshooting gu
[34]: /containers/guide/sync_container_images/#copy-an-image-to-another-registry-using-crane
[35]: /tracing/trace_collection/automatic_instrumentation/single-step-apm/troubleshooting
[36]: /tracing/trace_collection/automatic_instrumentation/single-step-apm/compatibility/
+[37]: /profiler/
+[38]: /security/application_security/
+[39]: /tracing/trace_pipeline/ingestion_controls/
diff --git a/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/linux.md b/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/linux.md
index c4a794c090f..98a598b80d9 100644
--- a/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/linux.md
+++ b/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/linux.md
@@ -27,6 +27,8 @@ To enable APM on a Linux host:
1. Copy and run the Agent installation command on your Linux host or VM.
1. Restart your applications.
+SSI adds a small amount of startup time to instrumented applications. If this overhead is not acceptable for your use case, contact
Datadog Support.
+
## Set SDK tracer versions
By default, Single Step Instrumentation installs the latest versions of Datadog APM SDKs.
@@ -86,7 +88,7 @@ Unified Service Tags (USTs) apply consistent tags across traces, metrics, and lo
## Enable SDK-dependent products and features
-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.
+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][21], [Application Security Monitoring][22], and [trace ingestion controls][23].
Use one of the following setup methods:
@@ -184,5 +186,8 @@ If you encounter problems enabling APM with SSI, see the [SSI troubleshooting gu
[18]: /tracing/trace_collection/automatic_instrumentation/configure_apm_features_linux/
[19]: /tracing/trace_collection/automatic_instrumentation/single-step-apm/troubleshooting
[20]: https://app.datadoghq.com/apm/service-setup/workload-selection
+[21]: /profiler/
+[22]: /security/application_security/
+[23]: /tracing/trace_pipeline/ingestion_controls/
diff --git a/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/windows.md b/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/windows.md
index 39249565f4d..8fcc182195b 100644
--- a/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/windows.md
+++ b/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/windows.md
@@ -70,13 +70,15 @@ To instrument Java and .NET applications across your entire Windows host:
{{% /tab %}}
{{< /tabs >}}
+SSI adds a small amount of startup time to instrumented applications. If this overhead is not acceptable for your use case, contact
Datadog Support.
+
## Configure Unified Service Tags
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].
## Enable SDK-dependent products and features
-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.
+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][5], [Application Security Monitoring][6], and [trace ingestion controls][7].
To enable products, [set environment variables][3] in your application configuration.
@@ -99,4 +101,7 @@ If you encounter problems enabling APM with SSI, see the [SSI troubleshooting gu
[1]: https://app.datadoghq.com/fleet/install-agent/latest?platform=windows
[2]: /integrations/windows-service/#tags
[3]: /tracing/trace_collection/library_config/
-[4]: /tracing/trace_collection/automatic_instrumentation/single-step-apm/troubleshooting
\ No newline at end of file
+[4]: /tracing/trace_collection/automatic_instrumentation/single-step-apm/troubleshooting
+[5]: /profiler/
+[6]: /security/application_security/
+[7]: /tracing/trace_pipeline/ingestion_controls/
\ No newline at end of file