diff --git a/.apigentools-info b/.apigentools-info index 55dc7de7fff..b01409ae9b0 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-04-11 15:05:34.141217", - "spec_repo_commit": "d209cd40" + "regenerated": "2025-04-14 08:41:58.923641", + "spec_repo_commit": "e73254d7" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-04-11 15:05:34.166826", - "spec_repo_commit": "d209cd40" + "regenerated": "2025-04-14 08:41:58.939474", + "spec_repo_commit": "e73254d7" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 7004492f437..5aec87b0070 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -25398,9 +25398,9 @@ components: type: string rate: description: 'Sample rate to apply to spans going through this retention - filter, + filter. - a value of 1.0 keeps all spans matching the query.' + A value of 1.0 keeps all spans matching the query.' example: 1.0 format: double type: number @@ -25465,9 +25465,9 @@ components: type: string rate: description: 'Sample rate to apply to spans going through this retention - filter, + filter. - a value of 1.0 keeps all spans matching the query.' + A value of 1.0 keeps all spans matching the query.' example: 1.0 format: double type: number @@ -25498,9 +25498,9 @@ components: type: string rate: description: 'Sample rate to apply to spans going through this retention - filter, + filter. - a value of 1.0 keeps all spans matching the query.' + A value of 1.0 keeps all spans matching the query.' example: 1.0 format: double type: number @@ -25577,9 +25577,9 @@ components: type: string rate: description: 'Sample rate to apply to spans going through this retention - filter, + filter. - a value of 1.0 keeps all spans matching the query.' + A value of 1.0 keeps all spans matching the query.' example: 1.0 format: double type: number diff --git a/api/datadogV2/model_retention_filter_all_attributes.go b/api/datadogV2/model_retention_filter_all_attributes.go index 8fe3baa2dc6..a1b89ec1d2f 100644 --- a/api/datadogV2/model_retention_filter_all_attributes.go +++ b/api/datadogV2/model_retention_filter_all_attributes.go @@ -30,8 +30,8 @@ type RetentionFilterAllAttributes struct { ModifiedBy *string `json:"modified_by,omitempty"` // The name of the retention filter. Name *string `json:"name,omitempty"` - // Sample rate to apply to spans going through this retention filter, - // a value of 1.0 keeps all spans matching the query. + // Sample rate to apply to spans going through this retention filter. + // A value of 1.0 keeps all spans matching the query. Rate *float64 `json:"rate,omitempty"` // 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. diff --git a/api/datadogV2/model_retention_filter_attributes.go b/api/datadogV2/model_retention_filter_attributes.go index 1d7a8f7f30a..5ae0dfc4892 100644 --- a/api/datadogV2/model_retention_filter_attributes.go +++ b/api/datadogV2/model_retention_filter_attributes.go @@ -30,8 +30,8 @@ type RetentionFilterAttributes struct { ModifiedBy *string `json:"modified_by,omitempty"` // The name of the retention filter. Name *string `json:"name,omitempty"` - // Sample rate to apply to spans going through this retention filter, - // a value of 1.0 keeps all spans matching the query. + // Sample rate to apply to spans going through this retention filter. + // A value of 1.0 keeps all spans matching the query. Rate *float64 `json:"rate,omitempty"` // 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. diff --git a/api/datadogV2/model_retention_filter_create_attributes.go b/api/datadogV2/model_retention_filter_create_attributes.go index 01082bc88cf..d375ec78ca1 100644 --- a/api/datadogV2/model_retention_filter_create_attributes.go +++ b/api/datadogV2/model_retention_filter_create_attributes.go @@ -20,8 +20,8 @@ type RetentionFilterCreateAttributes struct { FilterType RetentionFilterType `json:"filter_type"` // The name of the retention filter. Name string `json:"name"` - // Sample rate to apply to spans going through this retention filter, - // a value of 1.0 keeps all spans matching the query. + // Sample rate to apply to spans going through this retention filter. + // A value of 1.0 keeps all spans matching the query. Rate float64 `json:"rate"` // 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. diff --git a/api/datadogV2/model_retention_filter_update_attributes.go b/api/datadogV2/model_retention_filter_update_attributes.go index da16a9b107a..3dbba1b4a39 100644 --- a/api/datadogV2/model_retention_filter_update_attributes.go +++ b/api/datadogV2/model_retention_filter_update_attributes.go @@ -20,8 +20,8 @@ type RetentionFilterUpdateAttributes struct { FilterType RetentionFilterAllType `json:"filter_type"` // The name of the retention filter. Name string `json:"name"` - // Sample rate to apply to spans going through this retention filter, - // a value of 1.0 keeps all spans matching the query. + // Sample rate to apply to spans going through this retention filter. + // A value of 1.0 keeps all spans matching the query. Rate float64 `json:"rate"` // 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.