Skip to content

Commit c5566a4

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 15262fe of spec repo
1 parent f59a3e5 commit c5566a4

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"

api/datadogV2/api_metrics.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,9 +1265,7 @@ func (r *ListVolumesByMetricNameOptionalParameters) WithWindowSeconds(windowSeco
12651265
}
12661266

12671267
// ListVolumesByMetricName List distinct metric volumes by metric name.
1268-
// View hourly average metric volumes for the given metric name over the look back period.
1269-
//
1270-
// Custom metrics generated in-app from other products will return `null` for ingested volumes.
1268+
// 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.
12711269
func (a *MetricsApi) ListVolumesByMetricName(ctx _context.Context, metricName string, o ...ListVolumesByMetricNameOptionalParameters) (MetricVolumesResponse, *_nethttp.Response, error) {
12721270
var (
12731271
localVarHTTPMethod = _nethttp.MethodGet

0 commit comments

Comments
 (0)