Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136221,9 +136221,9 @@ paths:
/api/v2/metrics/{metric_name}/volumes:
get:
description: |-
View hourly average metric volumes for the given metric name over the look back period.

Custom metrics generated in-app from other products will return `null` for ingested volumes.
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.
operationId: ListVolumesByMetricName
parameters:
- $ref: "#/components/parameters/MetricName"
Expand Down
2 changes: 1 addition & 1 deletion data/api/v2/translate_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3080,7 +3080,7 @@
"request_schema_description": "Request object that includes the metric that you would like to configure tags for."
},
"ListVolumesByMetricName": {
"description": "View hourly average metric volumes for the given metric name over the look back period.\n\nCustom metrics generated in-app from other products will return `null` for ingested volumes.",
"description": "View hourly average cardinality for the given metric name over the look back period.\nFor Metric Name Pricing customers, view total point volume for the given metric name\nover the look back period.",
"summary": "List distinct metric volumes by metric name"
},
"GetModelLabArtifactContent": {
Expand Down
Loading