File tree 6 files changed +20
-20
lines changed
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:37.258509 ",
8
- "spec_repo_commit": "d209cd40 "
7
+ "regenerated": "2025-04-14 08:41:51.365494 ",
8
+ "spec_repo_commit": "e73254d7 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-04-11 15:05:37.274982 ",
13
- "spec_repo_commit": "d209cd40 "
12
+ "regenerated": "2025-04-14 08:41:51.382445 ",
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 @@ -41,8 +41,8 @@ pub struct RetentionFilterAllAttributes {
41
41
/// The name of the retention filter.
42
42
#[ serde( rename = "name" ) ]
43
43
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.
46
46
#[ serde( rename = "rate" ) ]
47
47
pub rate : Option < f64 > ,
48
48
/// Sample rate to apply to traces containing spans going through this retention filter.
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ pub struct RetentionFilterAttributes {
41
41
/// The name of the retention filter.
42
42
#[ serde( rename = "name" ) ]
43
43
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.
46
46
#[ serde( rename = "rate" ) ]
47
47
pub rate : Option < f64 > ,
48
48
/// Sample rate to apply to traces containing spans going through this retention filter.
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ pub struct RetentionFilterCreateAttributes {
23
23
/// The name of the retention filter.
24
24
#[ serde( rename = "name" ) ]
25
25
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.
28
28
#[ serde( rename = "rate" ) ]
29
29
pub rate : f64 ,
30
30
/// Sample rate to apply to traces containing spans going through this retention filter.
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ pub struct RetentionFilterUpdateAttributes {
23
23
/// The name of the retention filter.
24
24
#[ serde( rename = "name" ) ]
25
25
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.
28
28
#[ serde( rename = "rate" ) ]
29
29
pub rate : f64 ,
30
30
/// Sample rate to apply to traces containing spans going through this retention filter.
You can’t perform that action at this time.
0 commit comments