Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-04-10 15:00:59.509061",
"spec_repo_commit": "7e61ac0f"
"regenerated": "2024-04-10 17:49:36.329308",
"spec_repo_commit": "bb0f8c92"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-04-10 15:00:59.527080",
"spec_repo_commit": "7e61ac0f"
"regenerated": "2024-04-10 17:49:36.346913",
"spec_repo_commit": "bb0f8c92"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12143,7 +12143,7 @@ components:
interval:
default: null
description: If the type of the metric is rate or count, define the corresponding
interval.
interval in seconds.
example: 20
format: int64
nullable: true
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog_api_client/v1/models/series.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Series
# The name of the host that produced the metric.
attr_accessor :host

# If the type of the metric is rate or count, define the corresponding interval.
# If the type of the metric is rate or count, define the corresponding interval in seconds.
attr_accessor :interval

# The name of the timeseries.
Expand Down