Skip to content

Commit f8ad34b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Clarify metrics interval param as expected unit in seconds (#1568)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent cdff9e5 commit f8ad34b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"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"
99
},
1010
"v2": {
1111
"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"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12143,7 +12143,7 @@ components:
1214312143
interval:
1214412144
default: null
1214512145
description: If the type of the metric is rate or count, define the corresponding
12146-
interval.
12146+
interval in seconds.
1214712147
example: 20
1214812148
format: int64
1214912149
nullable: true

packages/datadog-api-client-v1/models/Series.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class Series {
1616
*/
1717
"host"?: string;
1818
/**
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.
2020
*/
2121
"interval"?: number;
2222
/**

0 commit comments

Comments
 (0)