File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed
lib/datadog_api_client/v1/api Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments