From 1147d460136ab12cf6cc319b23d99eb5dff91733 Mon Sep 17 00:00:00 2001 From: Edoardo Tenani <526307+endorama@users.noreply.github.com> Date: Mon, 5 May 2025 18:11:19 +0200 Subject: [PATCH] Update tail-based-sampling.md --- solutions/observability/apm/tail-based-sampling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/observability/apm/tail-based-sampling.md b/solutions/observability/apm/tail-based-sampling.md index 11b79da93..f645a2c81 100644 --- a/solutions/observability/apm/tail-based-sampling.md +++ b/solutions/observability/apm/tail-based-sampling.md @@ -107,7 +107,7 @@ See [Tail-based sampling](/solutions/observability/apm/transaction-sampling.md#a The sample rate to apply to trace events matching this policy. Required in each policy. -The sample rate must be greater than or equal to `0` and less than or equal to `1`. For example, a `sample_rate` of `0.01` means that 1% of trace events matching the policy will be sampled. A `sample_rate` of `1` means that 100% of trace events matching the policy will be sampled. (int) +The sample rate must be greater than or equal to `0` and less than or equal to `1`. For example, a `sample_rate` of `0.01` means that 1% of trace events matching the policy will be sampled. A `sample_rate` of `1` means that 100% of trace events matching the policy will be sampled. (float) ### **`trace.name`** [sampling-tail-trace-name-ref]