File tree 3 files changed +8
-9
lines changed
packages/datadog-api-client-v2/apis
3 files changed +8
-9
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-09-25 18:39:30.798176 ",
8
- "spec_repo_commit": "1fa8186c "
7
+ "regenerated": "2024-09-26 18:26:52.118886 ",
8
+ "spec_repo_commit": "dc150eeb "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-09-25 18:39:30.813037 ",
13
- "spec_repo_commit": "1fa8186c "
12
+ "regenerated": "2024-09-26 18:26:52.133232 ",
13
+ "spec_repo_commit": "dc150eeb "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -32775,8 +32775,7 @@ paths:
32775
32775
schema:
32776
32776
type: string
32777
32777
- description: The number of hours of look back (from now) to estimate cardinality
32778
- with. Estimates are based on historical data, and unspecified fields default
32779
- to the minimum 49 hours.
32778
+ with. If unspecified, it defaults to 0 hours.
32780
32779
example: 49
32781
32780
in: query
32782
32781
name: filter[hours_ago]
@@ -32805,7 +32804,7 @@ paths:
32805
32804
schema:
32806
32805
type: boolean
32807
32806
- description: A window, in hours, from the look back to estimate cardinality
32808
- with.
32807
+ with. The minimum and default is 1 hour.
32809
32808
example: 6
32810
32809
in: query
32811
32810
name: filter[timespan_h]
Original file line number Diff line number Diff line change @@ -1723,7 +1723,7 @@ export interface MetricsApiEstimateMetricsOutputSeriesRequest {
1723
1723
*/
1724
1724
filterGroups ?: string ;
1725
1725
/**
1726
- * 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.
1726
+ * The number of hours of look back (from now) to estimate cardinality with. If unspecified, it defaults to 0 hours.
1727
1727
* @type number
1728
1728
*/
1729
1729
filterHoursAgo ?: number ;
@@ -1738,7 +1738,7 @@ export interface MetricsApiEstimateMetricsOutputSeriesRequest {
1738
1738
*/
1739
1739
filterPct ?: boolean ;
1740
1740
/**
1741
- * A window, in hours, from the look back to estimate cardinality with.
1741
+ * A window, in hours, from the look back to estimate cardinality with. The minimum and default is 1 hour.
1742
1742
* @type number
1743
1743
*/
1744
1744
filterTimespanH ?: number ;
You can’t perform that action at this time.
0 commit comments