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 packages/datadog-api-client-v2/apis/MetricsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2499,9 +2499,9 @@ export class MetricsApi {
}

/**
* 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 param The request object
*/
public listVolumesByMetricName(
Expand Down
Loading