Skip to content

Commit 10cdbcd

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4733e6bf of spec repo
1 parent ec4000d commit 10cdbcd

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
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:42.262152",
8-
"spec_repo_commit": "21cf6edb"
7+
"regenerated": "2025-04-09 10:52:19.289747",
8+
"spec_repo_commit": "4733e6bf"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-08 20:55:42.277778",
13-
"spec_repo_commit": "21cf6edb"
12+
"regenerated": "2025-04-09 10:52:19.306874",
13+
"spec_repo_commit": "4733e6bf"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 8 additions & 8 deletions
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

lib/datadog_api_client/v2/models/retention_filter_all_attributes.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ class RetentionFilterAllAttributes
5151
# The name of the retention filter.
5252
attr_accessor :name
5353

54-
# Sample rate to apply to spans going through this retention filter,
55-
# a value of 1.0 keeps all spans matching the query.
54+
# Sample rate to apply to spans going through this retention filter.
55+
# A value of 1.0 keeps all spans matching the query.
5656
attr_accessor :rate
5757

5858
# Sample rate to apply to traces containing spans going through this retention filter.

lib/datadog_api_client/v2/models/retention_filter_attributes.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ class RetentionFilterAttributes
5151
# The name of the retention filter.
5252
attr_accessor :name
5353

54-
# Sample rate to apply to spans going through this retention filter,
55-
# a value of 1.0 keeps all spans matching the query.
54+
# Sample rate to apply to spans going through this retention filter.
55+
# A value of 1.0 keeps all spans matching the query.
5656
attr_accessor :rate
5757

5858
# Sample rate to apply to traces containing spans going through this retention filter.

lib/datadog_api_client/v2/models/retention_filter_create_attributes.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class RetentionFilterCreateAttributes
3333
# The name of the retention filter.
3434
attr_reader :name
3535

36-
# Sample rate to apply to spans going through this retention filter,
37-
# a value of 1.0 keeps all spans matching the query.
36+
# Sample rate to apply to spans going through this retention filter.
37+
# A value of 1.0 keeps all spans matching the query.
3838
attr_reader :rate
3939

4040
# Sample rate to apply to traces containing spans going through this retention filter.

lib/datadog_api_client/v2/models/retention_filter_update_attributes.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class RetentionFilterUpdateAttributes
3333
# The name of the retention filter.
3434
attr_reader :name
3535

36-
# Sample rate to apply to spans going through this retention filter,
37-
# a value of 1.0 keeps all spans matching the query.
36+
# Sample rate to apply to spans going through this retention filter.
37+
# A value of 1.0 keeps all spans matching the query.
3838
attr_reader :rate
3939

4040
# Sample rate to apply to traces containing spans going through this retention filter.

0 commit comments

Comments
 (0)