File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
packages/datadog-api-client-v2/models Expand file tree Collapse file tree 3 files changed +6
-6
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": "2024-03-21 19:44:31.585702 ",
8
- "spec_repo_commit": "7b0d4cbe "
7
+ "regenerated": "2024-03-22 15:34:48.403199 ",
8
+ "spec_repo_commit": "24998b49 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-03-21 19:44:31.606957 ",
13
- "spec_repo_commit": "7b0d4cbe "
12
+ "regenerated": "2024-03-22 15:34:48.420728 ",
13
+ "spec_repo_commit": "24998b49 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -12444,7 +12444,7 @@ components:
12444
12444
properties:
12445
12445
interval:
12446
12446
description: If the type of the metric is rate or count, define the corresponding
12447
- interval.
12447
+ interval in seconds .
12448
12448
example: 20
12449
12449
format: int64
12450
12450
type: integer
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
16
16
*/
17
17
export class MetricSeries {
18
18
/**
19
- * If the type of the metric is rate or count, define the corresponding interval.
19
+ * If the type of the metric is rate or count, define the corresponding interval in seconds .
20
20
*/
21
21
"interval" ?: number ;
22
22
/**
You can’t perform that action at this time.
0 commit comments