diff --git a/.apigentools-info b/.apigentools-info index 7b672d468..1132be842 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:37.258509", - "spec_repo_commit": "d209cd40" + "regenerated": "2025-04-14 08:41:51.365494", + "spec_repo_commit": "e73254d7" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-04-11 15:05:37.274982", - "spec_repo_commit": "d209cd40" + "regenerated": "2025-04-14 08:41:51.382445", + "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 7004492f4..5aec87b00 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/src/datadogV2/model/model_retention_filter_all_attributes.rs b/src/datadogV2/model/model_retention_filter_all_attributes.rs index a8da4cbd1..ec2a3e6fe 100644 --- a/src/datadogV2/model/model_retention_filter_all_attributes.rs +++ b/src/datadogV2/model/model_retention_filter_all_attributes.rs @@ -41,8 +41,8 @@ pub struct RetentionFilterAllAttributes { /// The name of the retention filter. #[serde(rename = "name")] pub name: Option, - /// 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. #[serde(rename = "rate")] pub rate: Option, /// Sample rate to apply to traces containing spans going through this retention filter. diff --git a/src/datadogV2/model/model_retention_filter_attributes.rs b/src/datadogV2/model/model_retention_filter_attributes.rs index 2ad84c0e2..2e7a3522f 100644 --- a/src/datadogV2/model/model_retention_filter_attributes.rs +++ b/src/datadogV2/model/model_retention_filter_attributes.rs @@ -41,8 +41,8 @@ pub struct RetentionFilterAttributes { /// The name of the retention filter. #[serde(rename = "name")] pub name: Option, - /// 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. #[serde(rename = "rate")] pub rate: Option, /// Sample rate to apply to traces containing spans going through this retention filter. diff --git a/src/datadogV2/model/model_retention_filter_create_attributes.rs b/src/datadogV2/model/model_retention_filter_create_attributes.rs index 6ee5ba166..289f40a59 100644 --- a/src/datadogV2/model/model_retention_filter_create_attributes.rs +++ b/src/datadogV2/model/model_retention_filter_create_attributes.rs @@ -23,8 +23,8 @@ pub struct RetentionFilterCreateAttributes { /// The name of the retention filter. #[serde(rename = "name")] pub name: String, - /// 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. #[serde(rename = "rate")] pub rate: f64, /// Sample rate to apply to traces containing spans going through this retention filter. diff --git a/src/datadogV2/model/model_retention_filter_update_attributes.rs b/src/datadogV2/model/model_retention_filter_update_attributes.rs index 5aa9a9b95..2f347b074 100644 --- a/src/datadogV2/model/model_retention_filter_update_attributes.rs +++ b/src/datadogV2/model/model_retention_filter_update_attributes.rs @@ -23,8 +23,8 @@ pub struct RetentionFilterUpdateAttributes { /// The name of the retention filter. #[serde(rename = "name")] pub name: String, - /// 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. #[serde(rename = "rate")] pub rate: f64, /// Sample rate to apply to traces containing spans going through this retention filter.