Skip to content

Commit 32a59d4

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 57fab8d of spec repo
1 parent 1622553 commit 32a59d4

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137855,9 +137855,9 @@ paths:
137855137855
/api/v2/metrics/{metric_name}/volumes:
137856137856
get:
137857137857
description: |-
137858-
View hourly average metric volumes for the given metric name over the look back period.
137859-
137860-
Custom metrics generated in-app from other products will return `null` for ingested volumes.
137858+
View hourly average cardinality for the given metric name over the look back period.
137859+
For Metric Name Pricing customers, view total point volume for the given metric name
137860+
over the look back period.
137861137861
operationId: ListVolumesByMetricName
137862137862
parameters:
137863137863
- $ref: "#/components/parameters/MetricName"

src/main/java/com/datadog/api/client/v2/api/MetricsApi.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2402,10 +2402,9 @@ public CompletableFuture<MetricVolumesResponse> listVolumesByMetricNameAsync(
24022402
}
24032403

24042404
/**
2405-
* View hourly average metric volumes for the given metric name over the look back period.
2406-
*
2407-
* <p>Custom metrics generated in-app from other products will return <code>null</code> for
2408-
* ingested volumes.
2405+
* View hourly average cardinality for the given metric name over the look back period. For Metric
2406+
* Name Pricing customers, view total point volume for the given metric name over the look back
2407+
* period.
24092408
*
24102409
* @param metricName The name of the metric. (required)
24112410
* @param parameters Optional parameters for the request.

0 commit comments

Comments
 (0)