Skip to content

Commit 8c1437e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 15262fe of spec repo
1 parent 4788eba commit 8c1437e

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134746,9 +134746,7 @@ 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. For Metric Name Pricing customers, view total point volume for the given metric name over the look back period.
134752134750
operationId: ListVolumesByMetricName
134753134751
parameters:
134754134752
- $ref: "#/components/parameters/MetricName"

services/metrics/src/v2/MetricsApi.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2627,9 +2627,7 @@ export class MetricsApi {
26272627
}
26282628

26292629
/**
2630-
* View hourly average metric volumes for the given metric name over the look back period.
2631-
*
2632-
* Custom metrics generated in-app from other products will return `null` for ingested volumes.
2630+
* 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.
26332631
* @param param The request object
26342632
*/
26352633
public listVolumesByMetricName(

0 commit comments

Comments
 (0)