File tree Expand file tree Collapse file tree 6 files changed +20
-20
lines changed Expand file tree Collapse file tree 6 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2025-04-08 20:55:39.006253 ",
8- "spec_repo_commit": "21cf6edb "
7+ "regenerated": "2025-04-09 10:52:21.336413 ",
8+ "spec_repo_commit": "4733e6bf "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2025-04-08 20:55:39.023219 ",
13- "spec_repo_commit": "21cf6edb "
12+ "regenerated": "2025-04-09 10:52:21.352974 ",
13+ "spec_repo_commit": "4733e6bf "
1414 }
1515 }
1616}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ type RetentionFilterAllAttributes struct {
3030 ModifiedBy * string `json:"modified_by,omitempty"`
3131 // The name of the retention filter.
3232 Name * string `json:"name,omitempty"`
33- // Sample rate to apply to spans going through this retention filter,
34- // a value of 1.0 keeps all spans matching the query.
33+ // Sample rate to apply to spans going through this retention filter.
34+ // A value of 1.0 keeps all spans matching the query.
3535 Rate * float64 `json:"rate,omitempty"`
3636 // Sample rate to apply to traces containing spans going through this retention filter.
3737 // A value of 1.0 keeps all traces with spans matching the query.
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ type RetentionFilterAttributes struct {
3030 ModifiedBy * string `json:"modified_by,omitempty"`
3131 // The name of the retention filter.
3232 Name * string `json:"name,omitempty"`
33- // Sample rate to apply to spans going through this retention filter,
34- // a value of 1.0 keeps all spans matching the query.
33+ // Sample rate to apply to spans going through this retention filter.
34+ // A value of 1.0 keeps all spans matching the query.
3535 Rate * float64 `json:"rate,omitempty"`
3636 // Sample rate to apply to traces containing spans going through this retention filter.
3737 // A value of 1.0 keeps all traces with spans matching the query.
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ type RetentionFilterCreateAttributes struct {
2020 FilterType RetentionFilterType `json:"filter_type"`
2121 // The name of the retention filter.
2222 Name string `json:"name"`
23- // Sample rate to apply to spans going through this retention filter,
24- // a value of 1.0 keeps all spans matching the query.
23+ // Sample rate to apply to spans going through this retention filter.
24+ // A value of 1.0 keeps all spans matching the query.
2525 Rate float64 `json:"rate"`
2626 // Sample rate to apply to traces containing spans going through this retention filter.
2727 // A value of 1.0 keeps all traces with spans matching the query.
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ type RetentionFilterUpdateAttributes struct {
2020 FilterType RetentionFilterAllType `json:"filter_type"`
2121 // The name of the retention filter.
2222 Name string `json:"name"`
23- // Sample rate to apply to spans going through this retention filter,
24- // a value of 1.0 keeps all spans matching the query.
23+ // Sample rate to apply to spans going through this retention filter.
24+ // A value of 1.0 keeps all spans matching the query.
2525 Rate float64 `json:"rate"`
2626 // Sample rate to apply to traces containing spans going through this retention filter.
2727 // A value of 1.0 keeps all traces with spans matching the query.
You can’t perform that action at this time.
0 commit comments