File tree 6 files changed +16
-16
lines changed
src/main/java/com/datadog/api/client/v2/model
6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2025-04-11 15:05:28.368071 ",
8
- "spec_repo_commit": "d209cd40 "
7
+ "regenerated": "2025-04-14 08:41:58.256306 ",
8
+ "spec_repo_commit": "e73254d7 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-04-11 15:05:28.389794 ",
13
- "spec_repo_commit": "d209cd40 "
12
+ "regenerated": "2025-04-14 08:41:58.272064 ",
13
+ "spec_repo_commit": "e73254d7 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -25398,9 +25398,9 @@ components:
25398
25398
type: string
25399
25399
rate:
25400
25400
description: 'Sample rate to apply to spans going through this retention
25401
- filter,
25401
+ filter.
25402
25402
25403
- a value of 1.0 keeps all spans matching the query.'
25403
+ A value of 1.0 keeps all spans matching the query.'
25404
25404
example: 1.0
25405
25405
format: double
25406
25406
type: number
@@ -25465,9 +25465,9 @@ components:
25465
25465
type: string
25466
25466
rate:
25467
25467
description: 'Sample rate to apply to spans going through this retention
25468
- filter,
25468
+ filter.
25469
25469
25470
- a value of 1.0 keeps all spans matching the query.'
25470
+ A value of 1.0 keeps all spans matching the query.'
25471
25471
example: 1.0
25472
25472
format: double
25473
25473
type: number
@@ -25498,9 +25498,9 @@ components:
25498
25498
type: string
25499
25499
rate:
25500
25500
description: 'Sample rate to apply to spans going through this retention
25501
- filter,
25501
+ filter.
25502
25502
25503
- a value of 1.0 keeps all spans matching the query.'
25503
+ A value of 1.0 keeps all spans matching the query.'
25504
25504
example: 1.0
25505
25505
format: double
25506
25506
type: number
@@ -25577,9 +25577,9 @@ components:
25577
25577
type: string
25578
25578
rate:
25579
25579
description: 'Sample rate to apply to spans going through this retention
25580
- filter,
25580
+ filter.
25581
25581
25582
- a value of 1.0 keeps all spans matching the query.'
25582
+ A value of 1.0 keeps all spans matching the query.'
25583
25583
example: 1.0
25584
25584
format: double
25585
25585
type: number
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ public RetentionFilterAllAttributes rate(Double rate) {
292
292
}
293
293
294
294
/**
295
- * Sample rate to apply to spans going through this retention filter, a value of 1.0 keeps all
295
+ * Sample rate to apply to spans going through this retention filter. A value of 1.0 keeps all
296
296
* spans matching the query.
297
297
*
298
298
* @return rate
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ public RetentionFilterAttributes rate(Double rate) {
292
292
}
293
293
294
294
/**
295
- * Sample rate to apply to spans going through this retention filter, a value of 1.0 keeps all
295
+ * Sample rate to apply to spans going through this retention filter. A value of 1.0 keeps all
296
296
* spans matching the query.
297
297
*
298
298
* @return rate
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ public RetentionFilterCreateAttributes rate(Double rate) {
158
158
}
159
159
160
160
/**
161
- * Sample rate to apply to spans going through this retention filter, a value of 1.0 keeps all
161
+ * Sample rate to apply to spans going through this retention filter. A value of 1.0 keeps all
162
162
* spans matching the query.
163
163
*
164
164
* @return rate
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ public RetentionFilterUpdateAttributes rate(Double rate) {
158
158
}
159
159
160
160
/**
161
- * Sample rate to apply to spans going through this retention filter, a value of 1.0 keeps all
161
+ * Sample rate to apply to spans going through this retention filter. A value of 1.0 keeps all
162
162
* spans matching the query.
163
163
*
164
164
* @return rate
You can’t perform that action at this time.
0 commit comments