Skip to content

Commit c7336d0

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

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Diff for: .apigentools-info

+4-4
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:08.995813",
8-
"spec_repo_commit": "3517c947"
7+
"regenerated": "2025-01-14 15:59:02.215671",
8+
"spec_repo_commit": "0457044b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-13 18:28:09.011266",
13-
"spec_repo_commit": "3517c947"
12+
"regenerated": "2025-01-14 15:59:02.231231",
13+
"spec_repo_commit": "0457044b"
1414
}
1515
}
1616
}

Diff for: .generator/schemas/v2/openapi.yaml

+2-1
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'

Diff for: src/datadog_api_client/v2/api/metrics_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ def list_active_metric_configurations(
631631
) -> MetricSuggestedTagsAndAggregationsResponse:
632632
"""List active tags and aggregations.
633633
634-
List tags and aggregations that are actively queried on dashboards, notebooks, monitors, and the Metrics Explorer for a given metric name.
634+
List tags and aggregations that are actively queried on dashboards, notebooks, monitors, the Metrics Explorer, and using the API for a given metric name.
635635
636636
:param metric_name: The name of the metric.
637637
:type metric_name: str

0 commit comments

Comments
 (0)