Skip to content

Commit 6d78b57

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
(DOCS-7525) Add supported products (#1933)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 1b2e3ad commit 6d78b57

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-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": "2024-04-01 14:26:12.696945",
8-
"spec_repo_commit": "286f4535"
7+
"regenerated": "2024-04-02 13:17:39.250860",
8+
"spec_repo_commit": "de9967cc"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-04-01 14:26:12.713850",
13-
"spec_repo_commit": "286f4535"
12+
"regenerated": "2024-04-02 13:17:39.275860",
13+
"spec_repo_commit": "de9967cc"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29030,8 +29030,8 @@ paths:
2903029030
x-codegen-request-body-name: body
2903129031
/api/v2/metrics/{metric_name}/active-configurations:
2903229032
get:
29033-
description: List tags and aggregations that are actively queried on dashboards
29034-
and monitors for a given metric name.
29033+
description: List tags and aggregations that are actively queried on dashboards,
29034+
notebooks, monitors, and the Metrics Explorer for a given metric name.
2903529035
operationId: ListActiveMetricConfigurations
2903629036
parameters:
2903729037
- $ref: '#/components/parameters/MetricName'

src/datadog_api_client/v2/api/metrics_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ def list_active_metric_configurations(
611611
) -> MetricSuggestedTagsAndAggregationsResponse:
612612
"""List active tags and aggregations.
613613
614-
List tags and aggregations that are actively queried on dashboards and monitors for a given metric name.
614+
List tags and aggregations that are actively queried on dashboards, notebooks, monitors, and the Metrics Explorer for a given metric name.
615615
616616
:param metric_name: The name of the metric.
617617
:type metric_name: str

0 commit comments

Comments
 (0)