From 774531435f631f5911138772e63085e27c3721d8 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 30 Apr 2025 00:26:27 +0000 Subject: [PATCH] Regenerate client from commit b1f4bbfd of spec repo --- .apigentools-info | 8 ++++---- .generator/schemas/v2/openapi.yaml | 11 ++++++----- packages/datadog-api-client-v2/apis/MetricsApi.ts | 4 ++-- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index 41edd6955292..9d6a0171a46f 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-04-29 18:57:42.214394", - "spec_repo_commit": "d1252b21" + "regenerated": "2025-04-30 00:24:42.412124", + "spec_repo_commit": "b1f4bbfd" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-04-29 18:57:42.231162", - "spec_repo_commit": "d1252b21" + "regenerated": "2025-04-30 00:24:42.429199", + "spec_repo_commit": "b1f4bbfd" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index dd3346b50b3a..55f30d9b1451 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -20803,6 +20803,7 @@ components: - space type: object MetricCustomAggregations: + deprecated: true description: 'A list of queryable aggregation combinations for a count, rate, or gauge metric. @@ -49413,9 +49414,8 @@ paths: - Metrics /api/v2/metrics/{metric_name}/estimate: get: - description: Returns the estimated cardinality for a metric with a given tag, - percentile and number of aggregations configuration using Metrics without - Limits™. + description: Returns the estimated cardinality for a metric with a given tag + and percentile configuration using Metrics without Limits™. operationId: EstimateMetricsOutputSeries parameters: - $ref: '#/components/parameters/MetricName' @@ -49437,8 +49437,9 @@ paths: maximum: 2147483647 minimum: 49 type: integer - - description: The number of aggregations that a `count`, `rate`, or `gauge` - metric is configured to use. Max number of aggregation combos is 9. + - deprecated: true + description: This argument has no effect as all time and space combinations + are now available with no impact on customer bills. example: 1 in: query name: filter[num_aggregations] diff --git a/packages/datadog-api-client-v2/apis/MetricsApi.ts b/packages/datadog-api-client-v2/apis/MetricsApi.ts index 1e369d6f7873..b762212b46eb 100644 --- a/packages/datadog-api-client-v2/apis/MetricsApi.ts +++ b/packages/datadog-api-client-v2/apis/MetricsApi.ts @@ -1756,7 +1756,7 @@ export interface MetricsApiEstimateMetricsOutputSeriesRequest { */ filterHoursAgo?: number; /** - * The number of aggregations that a `count`, `rate`, or `gauge` metric is configured to use. Max number of aggregation combos is 9. + * This argument has no effect as all time and space combinations are now available with no impact on customer bills. * @type number */ filterNumAggregations?: number; @@ -2038,7 +2038,7 @@ export class MetricsApi { } /** - * Returns the estimated cardinality for a metric with a given tag, percentile and number of aggregations configuration using Metrics without Limits™. + * Returns the estimated cardinality for a metric with a given tag and percentile configuration using Metrics without Limits™. * @param param The request object */ public estimateMetricsOutputSeries(