Skip to content

Commit e9c2f5f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4733e6bf of spec repo
1 parent 9b3bdbc commit e9c2f5f

6 files changed

+20
-20
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-04-08 20:55:41.621292",
8-
"spec_repo_commit": "21cf6edb"
7+
"regenerated": "2025-04-09 10:52:18.690965",
8+
"spec_repo_commit": "4733e6bf"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-08 20:55:41.637249",
13-
"spec_repo_commit": "21cf6edb"
12+
"regenerated": "2025-04-09 10:52:18.707558",
13+
"spec_repo_commit": "4733e6bf"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -25240,9 +25240,9 @@ components:
2524025240
type: string
2524125241
rate:
2524225242
description: 'Sample rate to apply to spans going through this retention
25243-
filter,
25243+
filter.
2524425244

25245-
a value of 1.0 keeps all spans matching the query.'
25245+
A value of 1.0 keeps all spans matching the query.'
2524625246
example: 1.0
2524725247
format: double
2524825248
type: number
@@ -25307,9 +25307,9 @@ components:
2530725307
type: string
2530825308
rate:
2530925309
description: 'Sample rate to apply to spans going through this retention
25310-
filter,
25310+
filter.
2531125311

25312-
a value of 1.0 keeps all spans matching the query.'
25312+
A value of 1.0 keeps all spans matching the query.'
2531325313
example: 1.0
2531425314
format: double
2531525315
type: number
@@ -25340,9 +25340,9 @@ components:
2534025340
type: string
2534125341
rate:
2534225342
description: 'Sample rate to apply to spans going through this retention
25343-
filter,
25343+
filter.
2534425344

25345-
a value of 1.0 keeps all spans matching the query.'
25345+
A value of 1.0 keeps all spans matching the query.'
2534625346
example: 1.0
2534725347
format: double
2534825348
type: number
@@ -25419,9 +25419,9 @@ components:
2541925419
type: string
2542025420
rate:
2542125421
description: 'Sample rate to apply to spans going through this retention
25422-
filter,
25422+
filter.
2542325423

25424-
a value of 1.0 keeps all spans matching the query.'
25424+
A value of 1.0 keeps all spans matching the query.'
2542525425
example: 1.0
2542625426
format: double
2542725427
type: number

src/datadogV2/model/model_retention_filter_all_attributes.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ pub struct RetentionFilterAllAttributes {
4141
/// The name of the retention filter.
4242
#[serde(rename = "name")]
4343
pub name: Option<String>,
44-
/// Sample rate to apply to spans going through this retention filter,
45-
/// a value of 1.0 keeps all spans matching the query.
44+
/// Sample rate to apply to spans going through this retention filter.
45+
/// A value of 1.0 keeps all spans matching the query.
4646
#[serde(rename = "rate")]
4747
pub rate: Option<f64>,
4848
/// Sample rate to apply to traces containing spans going through this retention filter.

src/datadogV2/model/model_retention_filter_attributes.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ pub struct RetentionFilterAttributes {
4141
/// The name of the retention filter.
4242
#[serde(rename = "name")]
4343
pub name: Option<String>,
44-
/// Sample rate to apply to spans going through this retention filter,
45-
/// a value of 1.0 keeps all spans matching the query.
44+
/// Sample rate to apply to spans going through this retention filter.
45+
/// A value of 1.0 keeps all spans matching the query.
4646
#[serde(rename = "rate")]
4747
pub rate: Option<f64>,
4848
/// Sample rate to apply to traces containing spans going through this retention filter.

src/datadogV2/model/model_retention_filter_create_attributes.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ pub struct RetentionFilterCreateAttributes {
2323
/// The name of the retention filter.
2424
#[serde(rename = "name")]
2525
pub name: String,
26-
/// Sample rate to apply to spans going through this retention filter,
27-
/// a value of 1.0 keeps all spans matching the query.
26+
/// Sample rate to apply to spans going through this retention filter.
27+
/// A value of 1.0 keeps all spans matching the query.
2828
#[serde(rename = "rate")]
2929
pub rate: f64,
3030
/// Sample rate to apply to traces containing spans going through this retention filter.

src/datadogV2/model/model_retention_filter_update_attributes.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ pub struct RetentionFilterUpdateAttributes {
2323
/// The name of the retention filter.
2424
#[serde(rename = "name")]
2525
pub name: String,
26-
/// Sample rate to apply to spans going through this retention filter,
27-
/// a value of 1.0 keeps all spans matching the query.
26+
/// Sample rate to apply to spans going through this retention filter.
27+
/// A value of 1.0 keeps all spans matching the query.
2828
#[serde(rename = "rate")]
2929
pub rate: f64,
3030
/// Sample rate to apply to traces containing spans going through this retention filter.

0 commit comments

Comments
 (0)