From b2359afc942c8138e1be11d1f8a220cda88c9194 Mon Sep 17 00:00:00 2001 From: "datadog-official[bot]" <214633350+datadog-official[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 21:42:00 +0000 Subject: [PATCH] Clarify DdTraceEnabled description Co-authored-by: nine5two7 <104098756+nine5two7@users.noreply.github.com> --- aws/logs_monitoring/template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/logs_monitoring/template.yaml b/aws/logs_monitoring/template.yaml index d70e99cd..a0d18391 100644 --- a/aws/logs_monitoring/template.yaml +++ b/aws/logs_monitoring/template.yaml @@ -292,7 +292,7 @@ Parameters: AllowedValues: - "true" - "false" - Description: Set to false to disable trace creation and forwarding. See https://docs.datadoghq.com/tracing/trace_collection/library_config/python/#traces + Description: Set to false to disable trace creation and forwarding for the forwarder itself. Enabling this may incur additional Serverless APM charges. See https://docs.datadoghq.com/tracing/trace_collection/library_config/python/#traces DdEnhancedMetrics: Type: String Default: "false"