File tree Expand file tree Collapse file tree
src/main/java/com/datadog/api/client/v2/api Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments