File tree Expand file tree Collapse file tree
lib/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 @@ -879,9 +879,9 @@ def list_volumes_by_metric_name(metric_name, opts = {})
879879
880880 # List distinct metric volumes by metric name.
881881 #
882- # View hourly average metric volumes for the given metric name over the look back period.
883- #
884- # Custom metrics generated in-app from other products will return `null` for ingested volumes .
882+ # View hourly average cardinality for the given metric name over the look back period.
883+ # For Metric Name Pricing customers, view total point volume for the given metric name
884+ # over the look back period .
885885 #
886886 # @param metric_name [String] The name of the metric.
887887 # @param opts [Hash] the optional parameters
You can’t perform that action at this time.
0 commit comments