From 32a59d4bc0686142d01ff455cb94362e8a0a4af3 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 2 Jun 2026 17:13:51 +0000 Subject: [PATCH] Regenerate client from commit 57fab8d of spec repo --- .generator/schemas/v2/openapi.yaml | 6 +++--- .../java/com/datadog/api/client/v2/api/MetricsApi.java | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index a02697caa79..c85e32bedc9 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -137855,9 +137855,9 @@ paths: /api/v2/metrics/{metric_name}/volumes: get: description: |- - View hourly average metric volumes for the given metric name over the look back period. - - Custom metrics generated in-app from other products will return `null` for ingested volumes. + View hourly average cardinality for the given metric name over the look back period. + For Metric Name Pricing customers, view total point volume for the given metric name + over the look back period. operationId: ListVolumesByMetricName parameters: - $ref: "#/components/parameters/MetricName" diff --git a/src/main/java/com/datadog/api/client/v2/api/MetricsApi.java b/src/main/java/com/datadog/api/client/v2/api/MetricsApi.java index c29ba43a380..20f6afe30cf 100644 --- a/src/main/java/com/datadog/api/client/v2/api/MetricsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/MetricsApi.java @@ -2402,10 +2402,9 @@ public CompletableFuture listVolumesByMetricNameAsync( } /** - * View hourly average metric volumes for the given metric name over the look back period. - * - *

Custom metrics generated in-app from other products will return null for - * ingested volumes. + * View hourly average cardinality for the given metric name over the look back period. For Metric + * Name Pricing customers, view total point volume for the given metric name over the look back + * period. * * @param metricName The name of the metric. (required) * @param parameters Optional parameters for the request.