Skip to content

Commit 09a627a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update ListVolumesByMetricName description for Metric Name Pricing (#1681)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 6ef3af2 commit 09a627a

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

src/datadogV2/api/api_metrics.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)