Skip to content

Commit aec6f4f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit dd9e8af of spec repo
1 parent ecd4a27 commit aec6f4f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134746,9 +134746,9 @@ paths:
134746134746
/api/v2/metrics/{metric_name}/volumes:
134747134747
get:
134748134748
description: |-
134749-
View hourly average metric volumes for the given metric name over the look back period.
134750-
134751-
Custom metrics generated in-app from other products will return `null` for ingested volumes.
134749+
View hourly average cardinality for the given metric name over the look back period.
134750+
For Metric Name Pricing customers, view total point volume for the given metric name
134751+
over the look back period.
134752134752
operationId: ListVolumesByMetricName
134753134753
parameters:
134754134754
- $ref: "#/components/parameters/MetricName"

lib/datadog_api_client/v2/api/metrics_api.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -879,9 +879,9 @@ def list_volumes_by_metric_name(metric_name, opts = {})
879879

880880
# List distinct metric volumes by metric name.
881881
#
882-
# View hourly average metric volumes for the given metric name over the look back period.
883-
#
884-
# Custom metrics generated in-app from other products will return `null` for ingested volumes.
882+
# View hourly average cardinality for the given metric name over the look back period.
883+
# For Metric Name Pricing customers, view total point volume for the given metric name
884+
# over the look back period.
885885
#
886886
# @param metric_name [String] The name of the metric.
887887
# @param opts [Hash] the optional parameters

0 commit comments

Comments
 (0)