From f11ace05dd199576e1f7ae63a3c7e18048fc0afd Mon Sep 17 00:00:00 2001 From: Chenguang Xu <104098756+nine5two7@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:19:36 -0500 Subject: [PATCH] Update installation.md to align to the implementation (#26500) We provide percentage control of the sample rate, rather than one-tenth of a percent. --- content/en/serverless/step_functions/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/serverless/step_functions/installation.md b/content/en/serverless/step_functions/installation.md index db8e206cb5fb7..0d2f637a746c7 100644 --- a/content/en/serverless/step_functions/installation.md +++ b/content/en/serverless/step_functions/installation.md @@ -77,7 +77,7 @@ See [Merge Step Functions traces with Lambda traces][11]. Ensure that you have a ### Sample traces -To manage the APM traced invocation sampling rate for serverless functions, set the `DD_TRACE_SAMPLE_RATE` environment variable on the function to a value between 0.000 (no tracing of Step Function invocations) and 1.000 (trace all Step Function invocations). +To manage the APM traced invocation sampling rate for serverless functions, set the `DD_TRACE_SAMPLE_RATE` environment variable on the function to a value between 0.00 (no tracing of Step Function invocations) and 1.00 (trace all Step Function invocations). The dropped traces are not ingested into Datadog.