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