Skip to content

Commit 976e739

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit d7a08ce8 of spec repo
1 parent 0d58952 commit 976e739

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-06-23 20:34:45.845147",
8-
"spec_repo_commit": "837c2656"
7+
"regenerated": "2025-06-24 14:37:26.157327",
8+
"spec_repo_commit": "d7a08ce8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-23 20:34:45.862297",
13-
"spec_repo_commit": "837c2656"
12+
"regenerated": "2025-06-24 14:37:26.174868",
13+
"spec_repo_commit": "d7a08ce8"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29301,8 +29301,14 @@ paths:
2930129301
- logs_write_pipelines
2930229302
/api/v1/metrics:
2930329303
get:
29304-
description: Get the list of actively reporting metrics from a given time until
29304+
description: 'Get the list of actively reporting metrics from a given time until
2930529305
now.
29306+
29307+
The tag service resets daily at midnight UTC. This endpoint returns only
29308+
29309+
metrics that have reported since the last reset, even if the `from`
29310+
29311+
parameter specifies an earlier time.'
2930629312
operationId: ListActiveMetrics
2930729313
parameters:
2930829314
- description: Seconds since the Unix epoch.

lib/datadog_api_client/v1/api/metrics_api.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ def list_active_metrics(from, opts = {})
9999
# Get active metrics list.
100100
#
101101
# Get the list of actively reporting metrics from a given time until now.
102+
# The tag service resets daily at midnight UTC. This endpoint returns only
103+
# metrics that have reported since the last reset, even if the `from`
104+
# parameter specifies an earlier time.
102105
#
103106
# @param from [Integer] Seconds since the Unix epoch.
104107
# @param opts [Hash] the optional parameters

0 commit comments

Comments
 (0)