Skip to content

Commit 5a33a3a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
(DOCS-7525) Add supported products (#1586)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 431c5a4 commit 5a33a3a

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:17.383312",
8-
"spec_repo_commit": "286f4535"
7+
"regenerated": "2024-04-02 13:17:41.580384",
8+
"spec_repo_commit": "de9967cc"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-04-01 14:26:17.400937",
13-
"spec_repo_commit": "286f4535"
12+
"regenerated": "2024-04-02 13:17:41.597913",
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'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2025,7 +2025,7 @@ export class MetricsApi {
20252025
}
20262026

20272027
/**
2028-
* List tags and aggregations that are actively queried on dashboards and monitors for a given metric name.
2028+
* List tags and aggregations that are actively queried on dashboards, notebooks, monitors, and the Metrics Explorer for a given metric name.
20292029
* @param param The request object
20302030
*/
20312031
public listActiveMetricConfigurations(

0 commit comments

Comments
 (0)