File tree Expand file tree Collapse file tree
packages/datadog-api-client-v2/apis Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134746,9 +134746,9 @@ 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.
134750+ For Metric Name Pricing customers, view total point volume for the given metric name
134751+ over the look back period .
134752134752 operationId: ListVolumesByMetricName
134753134753 parameters:
134754134754 - $ref: "#/components/parameters/MetricName"
Original file line number Diff line number Diff line change @@ -2499,9 +2499,9 @@ export class MetricsApi {
24992499 }
25002500
25012501 /**
2502- * View hourly average metric volumes for the given metric name over the look back period.
2503- *
2504- * Custom metrics generated in-app from other products will return `null` for ingested volumes .
2502+ * View hourly average cardinality for the given metric name over the look back period.
2503+ * For Metric Name Pricing customers, view total point volume for the given metric name
2504+ * over the look back period .
25052505 * @param param The request object
25062506 */
25072507 public listVolumesByMetricName (
You can’t perform that action at this time.
0 commit comments