Skip to content

Commit 65b1673

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Updated "List active tags and aggregations" documentation (#2650)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 6ded755 commit 65b1673

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
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.734157",
8-
"spec_repo_commit": "3517c947"
7+
"regenerated": "2025-01-14 15:59:05.257063",
8+
"spec_repo_commit": "0457044b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-13 18:28:02.749067",
13-
"spec_repo_commit": "3517c947"
12+
"regenerated": "2025-01-14 15:59:05.292969",
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'

src/main/java/com/datadog/api/client/v2/api/MetricsApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,8 +1033,8 @@ public MetricSuggestedTagsAndAggregationsResponse listActiveMetricConfigurations
10331033
}
10341034

10351035
/**
1036-
* List tags and aggregations that are actively queried on dashboards, notebooks, monitors, and
1037-
* the Metrics Explorer for a given metric name.
1036+
* List tags and aggregations that are actively queried on dashboards, notebooks, monitors, the
1037+
* Metrics Explorer, and using the API for a given metric name.
10381038
*
10391039
* @param metricName The name of the metric. (required)
10401040
* @param parameters Optional parameters for the request.

0 commit comments

Comments
 (0)