Method: DatadogAPIClient::V2::RetentionFilterAllAttributes#trace_rate
- Defined in:
- lib/datadog_api_client/v2/models/retention_filter_all_attributes.rb
#trace_rate ⇒ Object
Sample rate to apply to traces containing spans going through this retention filter. A value of 1.0 keeps all traces with spans matching the query.
60 61 62 |
# File 'lib/datadog_api_client/v2/models/retention_filter_all_attributes.rb', line 60 def trace_rate @trace_rate end |