File tree Expand file tree Collapse file tree
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 @@ -2037,9 +2037,9 @@ impl MetricsAPI {
20372037 }
20382038 }
20392039
2040- /// View hourly average metric volumes for the given metric name over the look back period.
2041- ///
2042- /// Custom metrics generated in-app from other products will return `null` for ingested volumes .
2040+ /// View hourly average cardinality for the given metric name over the look back period.
2041+ /// For Metric Name Pricing customers, view total point volume for the given metric name
2042+ /// over the look back period .
20432043 pub async fn list_volumes_by_metric_name (
20442044 & self ,
20452045 metric_name : String ,
@@ -2065,9 +2065,9 @@ impl MetricsAPI {
20652065 }
20662066 }
20672067
2068- /// View hourly average metric volumes for the given metric name over the look back period.
2069- ///
2070- /// Custom metrics generated in-app from other products will return `null` for ingested volumes .
2068+ /// View hourly average cardinality for the given metric name over the look back period.
2069+ /// For Metric Name Pricing customers, view total point volume for the given metric name
2070+ /// over the look back period .
20712071 pub async fn list_volumes_by_metric_name_with_http_info (
20722072 & self ,
20732073 metric_name : String ,
You can’t perform that action at this time.
0 commit comments