Class: DatadogAPIClient::V2::RumCrossProductSamplingUpdate
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RumCrossProductSamplingUpdate
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_cross_product_sampling_update.rb
Overview
The configuration for cross-product retention filters. All fields are optional for partial updates.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#trace_enabled ⇒ Object
Whether the cross-product retention filter for APM traces is enabled.
-
#trace_sample_rate ⇒ Object
readonly
The sample rate for the APM cross-product retention filter, between 0 and 100.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/rum_cross_product_sampling_update.rb', line 30 def additional_properties @additional_properties end |
#trace_enabled ⇒ Object
Whether the cross-product retention filter for APM traces is enabled.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_cross_product_sampling_update.rb', line 25 def trace_enabled @trace_enabled end |
#trace_sample_rate ⇒ Object
The sample rate for the APM cross-product retention filter, between 0 and 100.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/rum_cross_product_sampling_update.rb', line 28 def trace_sample_rate @trace_sample_rate end |