File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/datadog_api_client/v1/model 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:01:01.395898 ",
8
- "spec_repo_commit": "7e61ac0f "
7
+ "regenerated": "2024-04-10 17:49:46.524601 ",
8
+ "spec_repo_commit": "bb0f8c92 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-04-10 15:01:01.412691 ",
13
- "spec_repo_commit": "7e61ac0f "
12
+ "regenerated": "2024-04-10 17:49:46.542355 ",
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 @@ -58,7 +58,7 @@ def __init__(
58
58
:param host: The name of the host that produced the metric.
59
59
:type host: str, optional
60
60
61
- :param interval: If the type of the metric is rate or count, define the corresponding interval.
61
+ :param interval: If the type of the metric is rate or count, define the corresponding interval in seconds .
62
62
:type interval: int, none_type, optional
63
63
64
64
:param metric: The name of the timeseries.
You can’t perform that action at this time.
0 commit comments