Skip to content

Commit 67ffb62

Browse files
committed
update trace queries
1 parent 8d74946 commit 67ffb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/tracing/trace_explorer/trace_queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Trace Queries run on traces indexed by the [intelligent retention filter][3] and
106106
{{< img src="tracing/trace_queries/trace_queries_base_data.png" style="width:100%; background:none; border:none; box-shadow:none;" alt="Flow showing where trace retention filters apply in the processing pipeline" >}}
107107

108108
The intelligent retention filter is enabled by default and includes:
109-
- [Flat sampling][4]: Uniformly samples 1% of ingested spans.
109+
- [Flat sampling][4]: Retains all traces associated with 1% of ingested RUM sessions, plus a uniform 1% sample of ingested spans, ensuring correlation between frontend sessions and backend traces.
110110
- [Diversity sampling][5]: Retains a diverse set of traces to maintain visibility across environments, services, operations, and resources.
111111

112112
Both Flat sampling and Diversity sampling capture **complete traces**, meaning all spans within a trace are indexed to ensure accurate results in Trace Queries.

0 commit comments

Comments
 (0)