You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/datadog_api_client/v2/model/rum_cross_product_sampling.py
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -40,15 +40,12 @@ def __init__(
40
40
**kwargs,
41
41
):
42
42
"""
43
-
Configuration for additional APM trace data retention for sessions that match this retention filter.
44
-
When a session matches the filter and is retained (based on ``sample_rate`` ), you can configure
45
-
the percentage of retained sessions with ingested traces whose traces are indexed.
43
+
The configuration for cross-product retention filters.
46
44
47
-
:param trace_enabled: Indicates whether trace cross-product sampling is enabled. If ``false`` , no traces are indexed regardless of ``trace_sample_rate``.
45
+
:param trace_enabled: Whether the cross-product retention filter for APM traces is enabled.
48
46
:type trace_enabled: bool, optional
49
47
50
-
:param trace_sample_rate: The percentage (0-100) of retained sessions with ingested traces whose traces are indexed.
51
-
For example, 25.0 means 25% of retained sessions with ingested traces have their traces indexed.
48
+
:param trace_sample_rate: The sample rate for the APM cross-product retention filter, between 0 and 100.
0 commit comments