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