File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
packages/datadog-api-client-v1/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-04-10 15:00:54.233406 ",
8
- "spec_repo_commit": "7e61ac0f "
7
+ "regenerated": "2024-04-10 17:49:38.783202 ",
8
+ "spec_repo_commit": "bb0f8c92 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-04-10 15:00:54.253458 ",
13
- "spec_repo_commit": "7e61ac0f "
12
+ "regenerated": "2024-04-10 17:49:38.803360 ",
13
+ "spec_repo_commit": "bb0f8c92 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -12143,7 +12143,7 @@ components:
12143
12143
interval:
12144
12144
default: null
12145
12145
description: If the type of the metric is rate or count, define the corresponding
12146
- interval.
12146
+ interval in seconds .
12147
12147
example: 20
12148
12148
format: int64
12149
12149
nullable: true
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export class Series {
16
16
*/
17
17
"host" ?: string ;
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