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
// RumCrossProductSamplingUpdate Configuration for cross-product sampling when updating a retention filter. All fields are optional for partial updates.
11
+
// RumCrossProductSamplingUpdate The configuration for cross-product retention filters. All fields are optional for partial updates.
12
12
typeRumCrossProductSamplingUpdatestruct {
13
-
// Indicates whether trace cross-product sampling is enabled.
13
+
// Whether the cross-product retention filter for APM traces is enabled.
14
14
TraceEnabled*bool`json:"trace_enabled,omitempty"`
15
-
// The percentage (0-100) of retained sessions with ingested traces whose traces are indexed.
15
+
// The sample rate for the APM cross-product retention filter, between 0 and 100.
0 commit comments