Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-13 18:28:02.983186",
"spec_repo_commit": "3517c947"
"regenerated": "2025-01-14 15:59:07.108645",
"spec_repo_commit": "0457044b"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-13 18:28:02.998674",
"spec_repo_commit": "3517c947"
"regenerated": "2025-01-14 15:59:07.123971",
"spec_repo_commit": "0457044b"
}
}
}
3 changes: 2 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39128,7 +39128,8 @@ paths:
/api/v2/metrics/{metric_name}/active-configurations:
get:
description: List tags and aggregations that are actively queried on dashboards,
notebooks, monitors, and the Metrics Explorer for a given metric name.
notebooks, monitors, the Metrics Explorer, and using the API for a given metric
name.
operationId: ListActiveMetricConfigurations
parameters:
- $ref: '#/components/parameters/MetricName'
Expand Down
2 changes: 1 addition & 1 deletion packages/datadog-api-client-v2/apis/MetricsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2054,7 +2054,7 @@ export class MetricsApi {
}

/**
* List tags and aggregations that are actively queried on dashboards, notebooks, monitors, and the Metrics Explorer for a given metric name.
* List tags and aggregations that are actively queried on dashboards, notebooks, monitors, the Metrics Explorer, and using the API for a given metric name.
* @param param The request object
*/
public listActiveMetricConfigurations(
Expand Down
Loading