File tree Expand file tree Collapse file tree 6 files changed +20
-20
lines changed
src/datadog_api_client/v2/model Expand file tree Collapse file tree 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:38.256001 ",
8
- "spec_repo_commit": "d209cd40 "
7
+ "regenerated": "2025-04-14 08:41:57.654765 ",
8
+ "spec_repo_commit": "e73254d7 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-04-11 15:05:38.271008 ",
13
- "spec_repo_commit": "d209cd40 "
12
+ "regenerated": "2025-04-14 08:41:57.677047 ",
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 @@ -103,8 +103,8 @@ def __init__(
103
103
:param name: The name of the retention filter.
104
104
:type name: str, optional
105
105
106
- :param rate: Sample rate to apply to spans going through this retention filter,
107
- a value of 1.0 keeps all spans matching the query.
106
+ :param rate: Sample rate to apply to spans going through this retention filter.
107
+ A value of 1.0 keeps all spans matching the query.
108
108
:type rate: float, optional
109
109
110
110
:param trace_rate: Sample rate to apply to traces containing spans going through this retention filter.
Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ def __init__(
103
103
:param name: The name of the retention filter.
104
104
:type name: str, optional
105
105
106
- :param rate: Sample rate to apply to spans going through this retention filter,
107
- a value of 1.0 keeps all spans matching the query.
106
+ :param rate: Sample rate to apply to spans going through this retention filter.
107
+ A value of 1.0 keeps all spans matching the query.
108
108
:type rate: float, optional
109
109
110
110
:param trace_rate: Sample rate to apply to traces containing spans going through this retention filter.
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ def __init__(
67
67
:param name: The name of the retention filter.
68
68
:type name: str
69
69
70
- :param rate: Sample rate to apply to spans going through this retention filter,
71
- a value of 1.0 keeps all spans matching the query.
70
+ :param rate: Sample rate to apply to spans going through this retention filter.
71
+ A value of 1.0 keeps all spans matching the query.
72
72
:type rate: float
73
73
74
74
:param trace_rate: Sample rate to apply to traces containing spans going through this retention filter.
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ def __init__(
67
67
:param name: The name of the retention filter.
68
68
:type name: str
69
69
70
- :param rate: Sample rate to apply to spans going through this retention filter,
71
- a value of 1.0 keeps all spans matching the query.
70
+ :param rate: Sample rate to apply to spans going through this retention filter.
71
+ A value of 1.0 keeps all spans matching the query.
72
72
:type rate: float
73
73
74
74
:param trace_rate: 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