File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
packages/datadog-api-client-v2/apis Expand file tree Collapse file tree 3 files changed +8
-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-02-20 19:02:28.868806 ",
8
- "spec_repo_commit": "5ef419de "
7
+ "regenerated": "2024-02-21 12:50:38.923679 ",
8
+ "spec_repo_commit": "1ec2d96a "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-02-20 19:02:28.888150 ",
13
- "spec_repo_commit": "5ef419de "
12
+ "regenerated": "2024-02-21 12:50:38.947728 ",
13
+ "spec_repo_commit": "1ec2d96a "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -28095,14 +28095,16 @@ paths:
28095
28095
schema:
28096
28096
type: string
28097
28097
- description: The number of hours of look back (from now) to estimate cardinality
28098
- with.
28098
+ with. Estimates are based on historical data, and unspecified fields default
28099
+ to the minimum 49 hours.
28099
28100
example: 49
28100
28101
in: query
28101
28102
name: filter[hours_ago]
28102
28103
required: false
28103
28104
schema:
28104
28105
format: int32
28105
28106
maximum: 2147483647
28107
+ minimum: 49
28106
28108
type: integer
28107
28109
- description: The number of aggregations that a `count`, `rate`, or `gauge`
28108
28110
metric is configured to use. Max number of aggregation combos is 9.
Original file line number Diff line number Diff line change @@ -1628,7 +1628,7 @@ export interface MetricsApiEstimateMetricsOutputSeriesRequest {
1628
1628
*/
1629
1629
filterGroups ?: string ;
1630
1630
/**
1631
- * The number of hours of look back (from now) to estimate cardinality with.
1631
+ * The number of hours of look back (from now) to estimate cardinality with. Estimates are based on historical data, and unspecified fields default to the minimum 49 hours.
1632
1632
* @type number
1633
1633
*/
1634
1634
filterHoursAgo ?: number ;
You can’t perform that action at this time.
0 commit comments