Skip to content

Commit f4d9700

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Updated "List active tags and aggregations" documentation (#1994)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent b56f72a commit f4d9700

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
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-01-13 18:28:02.983186",
8-
"spec_repo_commit": "3517c947"
7+
"regenerated": "2025-01-14 15:59:07.108645",
8+
"spec_repo_commit": "0457044b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-13 18:28:02.998674",
13-
"spec_repo_commit": "3517c947"
12+
"regenerated": "2025-01-14 15:59:07.123971",
13+
"spec_repo_commit": "0457044b"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39128,7 +39128,8 @@ paths:
3912839128
/api/v2/metrics/{metric_name}/active-configurations:
3912939129
get:
3913039130
description: List tags and aggregations that are actively queried on dashboards,
39131-
notebooks, monitors, and the Metrics Explorer for a given metric name.
39131+
notebooks, monitors, the Metrics Explorer, and using the API for a given metric
39132+
name.
3913239133
operationId: ListActiveMetricConfigurations
3913339134
parameters:
3913439135
- $ref: '#/components/parameters/MetricName'

packages/datadog-api-client-v2/apis/MetricsApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2054,7 +2054,7 @@ export class MetricsApi {
20542054
}
20552055

20562056
/**
2057-
* List tags and aggregations that are actively queried on dashboards, notebooks, monitors, and the Metrics Explorer for a given metric name.
2057+
* List tags and aggregations that are actively queried on dashboards, notebooks, monitors, the Metrics Explorer, and using the API for a given metric name.
20582058
* @param param The request object
20592059
*/
20602060
public listActiveMetricConfigurations(

0 commit comments

Comments
 (0)