diff --git a/hugo/content/en/security/code_security/iast/setup/_index.md b/hugo/content/en/security/code_security/iast/setup/_index.md index f346fcdf1ea..f8279503715 100644 --- a/hugo/content/en/security/code_security/iast/setup/_index.md +++ b/hugo/content/en/security/code_security/iast/setup/_index.md @@ -13,7 +13,9 @@ Before setting up Runtime Code Analysis (IAST), ensure the following prerequisit 1. **Datadog Agent Installation:** The Datadog Agent is installed and configured for your application's operating system or container, cloud, or virtual environment. 2. **Supported SDK:** The Datadog SDK used by your application or service supports Runtime Code Analysis (IAST) capabilities for the language of your application or service. For more details, see the **Compatibility Requirements** section below. -
The Datadog Agent and SDK are the only requirements for IAST. APM tracing and Infrastructure Monitoring are not required; IAST reports findings independently of both. To disable APM or Infrastructure Monitoring, see Disable APM and Infrastructure Monitoring.
+
The Datadog Agent and SDK are the only requirements for IAST. APM tracing and Infrastructure Monitoring are not required; IAST reports findings independently of both. To disable APM or Infrastructure Monitoring, see Disable APM and Infrastructure Monitoring. +
+Even if APM is disabled, APM intake costs are still incurred for ingesting data, such as security traces and spans, to support IAST.
## Using Datadog SDKs