From aec6f4ffbb0d27d902f7b60ca6ef5f941cebbddc Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 29 May 2026 20:53:22 +0000 Subject: [PATCH] Regenerate client from commit dd9e8af of spec repo --- .generator/schemas/v2/openapi.yaml | 6 +++--- lib/datadog_api_client/v2/api/metrics_api.rb | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index b2e0e022c91c..a74d5fb2d9ee 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -134746,9 +134746,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/lib/datadog_api_client/v2/api/metrics_api.rb b/lib/datadog_api_client/v2/api/metrics_api.rb index d9cda9def75a..5afd81ac2bd9 100644 --- a/lib/datadog_api_client/v2/api/metrics_api.rb +++ b/lib/datadog_api_client/v2/api/metrics_api.rb @@ -879,9 +879,9 @@ def list_volumes_by_metric_name(metric_name, opts = {}) # List distinct metric volumes by metric name. # - # 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 metric_name [String] The name of the metric. # @param opts [Hash] the optional parameters