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-08 20:55:41.621292 ",
8
- "spec_repo_commit": "21cf6edb "
7
+ "regenerated": "2025-04-09 10:52:18.690965 ",
8
+ "spec_repo_commit": "4733e6bf "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -25240,9 +25240,9 @@ components:
25240
25240
type: string
25241
25241
rate:
25242
25242
description: 'Sample rate to apply to spans going through this retention
25243
- filter,
25243
+ filter.
25244
25244
25245
- a value of 1.0 keeps all spans matching the query.'
25245
+ A value of 1.0 keeps all spans matching the query.'
25246
25246
example: 1.0
25247
25247
format: double
25248
25248
type: number
@@ -25307,9 +25307,9 @@ components:
25307
25307
type: string
25308
25308
rate:
25309
25309
description: 'Sample rate to apply to spans going through this retention
25310
- filter,
25310
+ filter.
25311
25311
25312
- a value of 1.0 keeps all spans matching the query.'
25312
+ A value of 1.0 keeps all spans matching the query.'
25313
25313
example: 1.0
25314
25314
format: double
25315
25315
type: number
@@ -25340,9 +25340,9 @@ components:
25340
25340
type: string
25341
25341
rate:
25342
25342
description: 'Sample rate to apply to spans going through this retention
25343
- filter,
25343
+ filter.
25344
25344
25345
- a value of 1.0 keeps all spans matching the query.'
25345
+ A value of 1.0 keeps all spans matching the query.'
25346
25346
example: 1.0
25347
25347
format: double
25348
25348
type: number
@@ -25419,9 +25419,9 @@ components:
25419
25419
type: string
25420
25420
rate:
25421
25421
description: 'Sample rate to apply to spans going through this retention
25422
- filter,
25422
+ filter.
25423
25423
25424
- a value of 1.0 keeps all spans matching the query.'
25424
+ A value of 1.0 keeps all spans matching the query.'
25425
25425
example: 1.0
25426
25426
format: double
25427
25427
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