File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
packages/datadog-api-client-v1/models 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:12.113188 ",
8
- "spec_repo_commit": "0c4beb36 "
7
+ "regenerated": "2023-04-18 18:23:16.505455 ",
8
+ "spec_repo_commit": "f3c70802 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2023-04-18 17:35:12.127152 ",
13
- "spec_repo_commit": "0c4beb36 "
12
+ "regenerated": "2023-04-18 18:23:16.518200 ",
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 @@ -28,7 +28,7 @@ export class MetricsQueryMetadata {
28
28
*/
29
29
"expression" ?: string ;
30
30
/**
31
- * Number of seconds between data samples.
31
+ * Number of milliseconds between data samples.
32
32
*/
33
33
"interval" ?: number ;
34
34
/**
@@ -40,7 +40,7 @@ export class MetricsQueryMetadata {
40
40
*/
41
41
"metric" ?: string ;
42
42
/**
43
- * List of points of the time series.
43
+ * List of points of the time series in milliseconds .
44
44
*/
45
45
"pointlist" ?: Array < [ number , number ] > ;
46
46
/**
You can’t perform that action at this time.
0 commit comments