diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index c3cbf49ea7..ca5150b205 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -95723,7 +95723,7 @@ components: example: true type: boolean trace_sample_rate: - description: The sample rate for the APM cross-product retention filter, between 0 and 100. + description: The sample rate for the APM cross-product retention filter, between 0 and 100. Values returned by the API are rounded to two decimal places. example: 25.0 format: double maximum: 100 @@ -96374,7 +96374,7 @@ components: $ref: "#/components/schemas/RumRetentionFilterData" type: object RumRetentionFilterSampleRate: - description: The sample rate for a RUM retention filter, between 0.1 and 100. + description: The sample rate for a RUM retention filter, between 0.1 and 100. Values are truncated to one decimal place. example: 50.5 format: double maximum: 100 diff --git a/src/datadog_api_client/v2/model/rum_cross_product_sampling.py b/src/datadog_api_client/v2/model/rum_cross_product_sampling.py index 60dbfde5eb..2f24a17e96 100644 --- a/src/datadog_api_client/v2/model/rum_cross_product_sampling.py +++ b/src/datadog_api_client/v2/model/rum_cross_product_sampling.py @@ -45,7 +45,7 @@ def __init__( :param trace_enabled: Whether the cross-product retention filter for APM traces is enabled. :type trace_enabled: bool, optional - :param trace_sample_rate: The sample rate for the APM cross-product retention filter, between 0 and 100. + :param trace_sample_rate: The sample rate for the APM cross-product retention filter, between 0 and 100. Values returned by the API are rounded to two decimal places. :type trace_sample_rate: float, optional """ if trace_enabled is not unset: diff --git a/src/datadog_api_client/v2/model/rum_retention_filter_attributes.py b/src/datadog_api_client/v2/model/rum_retention_filter_attributes.py index 1b9260bb13..0a1c8a59c5 100644 --- a/src/datadog_api_client/v2/model/rum_retention_filter_attributes.py +++ b/src/datadog_api_client/v2/model/rum_retention_filter_attributes.py @@ -77,7 +77,7 @@ def __init__( :param query: The query string for a RUM retention filter. :type query: str, optional - :param sample_rate: The sample rate for a RUM retention filter, between 0.1 and 100. + :param sample_rate: The sample rate for a RUM retention filter, between 0.1 and 100. Values are truncated to one decimal place. :type sample_rate: float, optional """ if cross_product_sampling is not unset: diff --git a/src/datadog_api_client/v2/model/rum_retention_filter_create_attributes.py b/src/datadog_api_client/v2/model/rum_retention_filter_create_attributes.py index ff5a06f7d4..2a6d20b445 100644 --- a/src/datadog_api_client/v2/model/rum_retention_filter_create_attributes.py +++ b/src/datadog_api_client/v2/model/rum_retention_filter_create_attributes.py @@ -77,7 +77,7 @@ def __init__( :param query: The query string for a RUM retention filter. :type query: str, optional - :param sample_rate: The sample rate for a RUM retention filter, between 0.1 and 100. + :param sample_rate: The sample rate for a RUM retention filter, between 0.1 and 100. Values are truncated to one decimal place. :type sample_rate: float """ if cross_product_sampling is not unset: diff --git a/src/datadog_api_client/v2/model/rum_retention_filter_update_attributes.py b/src/datadog_api_client/v2/model/rum_retention_filter_update_attributes.py index 9245b021d0..085372d216 100644 --- a/src/datadog_api_client/v2/model/rum_retention_filter_update_attributes.py +++ b/src/datadog_api_client/v2/model/rum_retention_filter_update_attributes.py @@ -77,7 +77,7 @@ def __init__( :param query: The query string for a RUM retention filter. :type query: str, optional - :param sample_rate: The sample rate for a RUM retention filter, between 0.1 and 100. + :param sample_rate: The sample rate for a RUM retention filter, between 0.1 and 100. Values are truncated to one decimal place. :type sample_rate: float, optional """ if cross_product_sampling is not unset: