Skip to content

Commit ef26048

Browse files
authored
Update content/en/tracing/trace_pipeline/trace_retention.md
1 parent c24760c commit ef26048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/tracing/trace_pipeline/trace_retention.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ To create a retention filter:
148148
<div class="alert alert-warning">Configuring a trace rate can significantly increase your indexed spans usage.</div>
149149

150150
For example, if you configure a retention filter to index spans from `service:my-service`:
151-
- Configuring a span rate of `50%` ensures that approximately 50% of traces that contain spans matching `service:my-service` are selected. For selected traces, all spans matching `service:my-service` are indexed.
151+
- Configuring a span rate of `50%` helps ensure that approximately 50% of traces that contain spans matching `service:my-service` are selected. For selected traces, all spans matching `service:my-service` are indexed.
152152
- Configuring a trace rate of `10%` ensures that 10% of the traces selected by the span rate are fully indexed. For those traces, all spans in the trace (not just those from `service:my-service`) are indexed. Assuming traces have 100 spans on average and 5 spans from `service:my-service`, configuring a trace rate indexes the remaining 95 spans of the trace for the configured percentage of selected traces.
153153
- Span rate is evaluated first, and trace rate is applied only to traces selected by the span rate.
154154

0 commit comments

Comments
 (0)