Skip to content

Commit 402f0a0

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 8c9b068 of spec repo (#36669)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent e4982b9 commit 402f0a0

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

data/api/v2/full_spec.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117582,12 +117582,22 @@ paths:
117582117582
/api/v2/metrics/{metric_name}/volumes:
117583117583
get:
117584117584
description: |-
117585-
View distinct metrics volumes for the given metric name.
117585+
View hourly average metric volumes for the given metric name over the look back period.
117586117586

117587117587
Custom metrics generated in-app from other products will return `null` for ingested volumes.
117588117588
operationId: ListVolumesByMetricName
117589117589
parameters:
117590117590
- $ref: "#/components/parameters/MetricName"
117591+
- description: |-
117592+
The number of seconds of look back (from now).
117593+
Default value is 3,600 (1 hour), maximum value is 2,592,000 (1 month).
117594+
example: 7200
117595+
in: query
117596+
name: window[seconds]
117597+
required: false
117598+
schema:
117599+
format: int64
117600+
type: integer
117591117601
responses:
117592117602
"200":
117593117603
content:

data/api/v2/translate_actions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2612,7 +2612,7 @@
26122612
"request_schema_description": "Request object that includes the metric that you would like to configure tags for."
26132613
},
26142614
"ListVolumesByMetricName": {
2615-
"description": "View distinct metrics volumes for the given metric name.\n\nCustom metrics generated in-app from other products will return `null` for ingested volumes.",
2615+
"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.",
26162616
"summary": "List distinct metric volumes by metric name"
26172617
},
26182618
"GetMonitorNotificationRules": {

0 commit comments

Comments
 (0)