Skip to content

Commit 7009b7f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 032eb1c8 of spec repo (#1188)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 1cb4016 commit 7009b7f

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
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.4",
7-
"regenerated": "2022-10-03 19:49:06.653246",
8-
"spec_repo_commit": "e3288dc2"
7+
"regenerated": "2022-10-04 12:25:19.440745",
8+
"spec_repo_commit": "032eb1c8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-10-03 19:49:06.750886",
13-
"spec_repo_commit": "e3288dc2"
12+
"regenerated": "2022-10-04 12:25:19.453078",
13+
"spec_repo_commit": "032eb1c8"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11172,7 +11172,9 @@ paths:
1117211172
resultsPath: data
1117311173
/api/v2/metrics:
1117411174
get:
11175-
description: Returns all metrics (matching additional filters if specified).
11175+
description: "Returns all metrics that can be configured in the Metrics Summary
11176+
page or with Metrics without Limits\u2122 (matching additional filters if
11177+
specified)."
1117611178
operationId: ListTagConfigurations
1117711179
parameters:
1117811180
- description: Filter custom metrics that have configured tags.

src/datadog_api_client/v2/api/metrics_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ def list_tag_configurations(
594594
) -> MetricsAndMetricTagConfigurationsResponse:
595595
"""Get a list of metrics.
596596
597-
Returns all metrics (matching additional filters if specified).
597+
Returns all metrics that can be configured in the Metrics Summary page or with Metrics without Limits™ (matching additional filters if specified).
598598
599599
:param filter_configured: Filter custom metrics that have configured tags.
600600
:type filter_configured: bool, optional

0 commit comments

Comments
 (0)