File tree 6 files changed +20
-20
lines changed
packages/datadog-api-client-v2/models
6 files changed +20
-20
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:33.216821 ",
8
- "spec_repo_commit": "d209cd40 "
7
+ "regenerated": "2025-04-14 08:41:56.357428 ",
8
+ "spec_repo_commit": "e73254d7 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-04-11 15:05:33.232842 ",
13
- "spec_repo_commit": "d209cd40 "
12
+ "regenerated": "2025-04-14 08:41:56.373102 ",
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 @@ -53,8 +53,8 @@ export class RetentionFilterAllAttributes {
53
53
*/
54
54
"name" ?: string ;
55
55
/**
56
- * Sample rate to apply to spans going through this retention filter,
57
- * a value of 1.0 keeps all spans matching the query.
56
+ * Sample rate to apply to spans going through this retention filter.
57
+ * A value of 1.0 keeps all spans matching the query.
58
58
*/
59
59
"rate" ?: number ;
60
60
/**
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ export class RetentionFilterAttributes {
53
53
*/
54
54
"name" ?: string ;
55
55
/**
56
- * Sample rate to apply to spans going through this retention filter,
57
- * a value of 1.0 keeps all spans matching the query.
56
+ * Sample rate to apply to spans going through this retention filter.
57
+ * A value of 1.0 keeps all spans matching the query.
58
58
*/
59
59
"rate" ?: number ;
60
60
/**
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ export class RetentionFilterCreateAttributes {
29
29
*/
30
30
"name" : string ;
31
31
/**
32
- * Sample rate to apply to spans going through this retention filter,
33
- * a value of 1.0 keeps all spans matching the query.
32
+ * Sample rate to apply to spans going through this retention filter.
33
+ * A value of 1.0 keeps all spans matching the query.
34
34
*/
35
35
"rate" : number ;
36
36
/**
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ export class RetentionFilterUpdateAttributes {
29
29
*/
30
30
"name" : string ;
31
31
/**
32
- * Sample rate to apply to spans going through this retention filter,
33
- * a value of 1.0 keeps all spans matching the query.
32
+ * Sample rate to apply to spans going through this retention filter.
33
+ * A value of 1.0 keeps all spans matching the query.
34
34
*/
35
35
"rate" : number ;
36
36
/**
You can’t perform that action at this time.
0 commit comments