File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
src/datadog_api_client/v1/model Expand file tree Collapse file tree 3 files changed +10
-10
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.4",
7
- "regenerated": "2023-04-18 17:35:07.161509 ",
8
- "spec_repo_commit": "0c4beb36 "
7
+ "regenerated": "2023-04-18 18:23:15.872640 ",
8
+ "spec_repo_commit": "f3c70802 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2023-04-18 17:35:07.174065 ",
13
- "spec_repo_commit": "0c4beb36 "
12
+ "regenerated": "2023-04-18 18:23:15.884232 ",
13
+ "spec_repo_commit": "f3c70802 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -5857,7 +5857,7 @@ components:
5857
5857
readOnly: true
5858
5858
type: string
5859
5859
interval:
5860
- description: Number of seconds between data samples.
5860
+ description: Number of milliseconds between data samples.
5861
5861
format: int64
5862
5862
readOnly: true
5863
5863
type: integer
@@ -5872,10 +5872,10 @@ components:
5872
5872
readOnly: true
5873
5873
type: string
5874
5874
pointlist:
5875
- description: List of points of the time series.
5875
+ description: List of points of the time series in milliseconds .
5876
5876
example:
5877
- - - 1575317847 .0
5878
- - 0.5
5877
+ - - 1681683300000 .0
5878
+ - 77.62145685254418
5879
5879
items:
5880
5880
$ref: '#/components/schemas/Point'
5881
5881
readOnly: true
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ def __init__(
111
111
:param expression: Metric expression.
112
112
:type expression: str, optional
113
113
114
- :param interval: Number of seconds between data samples.
114
+ :param interval: Number of milliseconds between data samples.
115
115
:type interval: int, optional
116
116
117
117
:param length: Number of data samples.
@@ -120,7 +120,7 @@ def __init__(
120
120
:param metric: Metric name.
121
121
:type metric: str, optional
122
122
123
- :param pointlist: List of points of the time series.
123
+ :param pointlist: List of points of the time series in milliseconds .
124
124
:type pointlist: [Point], optional
125
125
126
126
:param query_index: The index of the series' query within the request.
You can’t perform that action at this time.
0 commit comments