Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions lib/datadog_api_client/v2/api/metrics_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading