Skip to content

Commit cf027d4

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update estimate docs with realtime changes (#2495)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 5bf2fd8 commit cf027d4

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
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-09-25 18:39:40.361154",
8-
"spec_repo_commit": "1fa8186c"
7+
"regenerated": "2024-09-26 19:34:40.400740",
8+
"spec_repo_commit": "83debf9e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-09-25 18:39:40.375874",
13-
"spec_repo_commit": "1fa8186c"
12+
"regenerated": "2024-09-26 19:34:40.414847",
13+
"spec_repo_commit": "83debf9e"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32775,8 +32775,7 @@ paths:
3277532775
schema:
3277632776
type: string
3277732777
- 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.
3278032779
example: 49
3278132780
in: query
3278232781
name: filter[hours_ago]
@@ -32805,7 +32804,7 @@ paths:
3280532804
schema:
3280632805
type: boolean
3280732806
- description: A window, in hours, from the look back to estimate cardinality
32808-
with.
32807+
with. The minimum and default is 1 hour.
3280932808
example: 6
3281032809
in: query
3281132810
name: filter[timespan_h]

src/main/java/com/datadog/api/client/v2/api/MetricsApi.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -683,8 +683,7 @@ public EstimateMetricsOutputSeriesOptionalParameters filterGroups(String filterG
683683
* Set filterHoursAgo.
684684
*
685685
* @param filterHoursAgo The number of hours of look back (from now) to estimate cardinality
686-
* with. Estimates are based on historical data, and unspecified fields default to the
687-
* minimum 49 hours. (optional)
686+
* with. If unspecified, it defaults to 0 hours. (optional)
688687
* @return EstimateMetricsOutputSeriesOptionalParameters
689688
*/
690689
public EstimateMetricsOutputSeriesOptionalParameters filterHoursAgo(Integer filterHoursAgo) {
@@ -722,7 +721,7 @@ public EstimateMetricsOutputSeriesOptionalParameters filterPct(Boolean filterPct
722721
* Set filterTimespanH.
723722
*
724723
* @param filterTimespanH A window, in hours, from the look back to estimate cardinality with.
725-
* (optional)
724+
* The minimum and default is 1 hour. (optional)
726725
* @return EstimateMetricsOutputSeriesOptionalParameters
727726
*/
728727
public EstimateMetricsOutputSeriesOptionalParameters filterTimespanH(Integer filterTimespanH) {

0 commit comments

Comments
 (0)