Skip to content

Commit c15cb90

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Clarify metrics interval param as expected unit in seconds (#1775)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 67416c9 commit c15cb90

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:59.509061",
8-
"spec_repo_commit": "7e61ac0f"
7+
"regenerated": "2024-04-10 17:49:36.329308",
8+
"spec_repo_commit": "bb0f8c92"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-04-10 15:00:59.527080",
13-
"spec_repo_commit": "7e61ac0f"
12+
"regenerated": "2024-04-10 17:49:36.346913",
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

lib/datadog_api_client/v1/models/series.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Series
2525
# The name of the host that produced the metric.
2626
attr_accessor :host
2727

28-
# If the type of the metric is rate or count, define the corresponding interval.
28+
# If the type of the metric is rate or count, define the corresponding interval in seconds.
2929
attr_accessor :interval
3030

3131
# The name of the timeseries.

0 commit comments

Comments
 (0)