Skip to content

Commit

Permalink
Regenerate client from commit 0457044b of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jan 14, 2025
1 parent 58c0283 commit 07894e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
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:01.901832",
"spec_repo_commit": "3517c947"
"regenerated": "2025-01-14 15:59:08.825316",
"spec_repo_commit": "0457044b"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-13 18:28:01.916682",
"spec_repo_commit": "3517c947"
"regenerated": "2025-01-14 15:59:08.840638",
"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 api/datadogV2/api_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ func (r *ListActiveMetricConfigurationsOptionalParameters) WithWindowSeconds(win
}

// ListActiveMetricConfigurations List active tags and aggregations.
// 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.
func (a *MetricsApi) ListActiveMetricConfigurations(ctx _context.Context, metricName string, o ...ListActiveMetricConfigurationsOptionalParameters) (MetricSuggestedTagsAndAggregationsResponse, *_nethttp.Response, error) {
var (
localVarHTTPMethod = _nethttp.MethodGet
Expand Down

0 comments on commit 07894e5

Please sign in to comment.