Skip to content

Commit

Permalink
(DOCS-8971) Add look-back period (#2675)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Oct 10, 2024
1 parent b42950b commit 0b98637
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": "2024-10-09 15:03:02.042923",
"spec_repo_commit": "43ae024c"
"regenerated": "2024-10-09 23:04:51.492011",
"spec_repo_commit": "672b8739"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-09 15:03:02.062476",
"spec_repo_commit": "43ae024c"
"regenerated": "2024-10-09 23:04:51.510548",
"spec_repo_commit": "672b8739"
}
}
}
3 changes: 2 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33294,7 +33294,8 @@ paths:
- metrics_read
/api/v2/metrics/{metric_name}/all-tags:
get:
description: View indexed tag key-value pairs for a given metric name.
description: View indexed tag key-value pairs for a given metric name over the
previous hour.
operationId: ListTagsByMetricName
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 @@ -852,7 +852,7 @@ func (a *MetricsApi) ListTagConfigurations(ctx _context.Context, o ...ListTagCon
}

// ListTagsByMetricName List tags by metric name.
// View indexed tag key-value pairs for a given metric name.
// View indexed tag key-value pairs for a given metric name over the previous hour.
func (a *MetricsApi) ListTagsByMetricName(ctx _context.Context, metricName string) (MetricAllTagsResponse, *_nethttp.Response, error) {
var (
localVarHTTPMethod = _nethttp.MethodGet
Expand Down

0 comments on commit 0b98637

Please sign in to comment.