Skip to content

Commit 8fb9c49

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Regenerate client from commit 3de82a7 of spec repo (#325)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 3f95680 commit 8fb9c49

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.4.1.dev6",
7-
"regenerated": "2021-03-18 15:15:33.427751",
8-
"spec_repo_commit": "dafec27"
7+
"regenerated": "2021-03-22 10:23:42.686794",
8+
"spec_repo_commit": "3de82a7"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev6",
12-
"regenerated": "2021-03-18 15:16:11.021987",
13-
"spec_repo_commit": "dafec27"
12+
"regenerated": "2021-03-22 10:24:22.647717",
13+
"spec_repo_commit": "3de82a7"
1414
}
1515
}
1616
}

docs/v2/MetricsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ Name | Type | Description | Notes
418418
419419
List distinct metric volumes by metric name
420420

421-
View distinct metrics volumes for the given metric name. Custom distribution metrics will return both ingested and indexed custom metric volumes. For Metrics without Limits beta customers, all metrics will return both ingested/indexed volumes. Custom metrics generated in-app from other products will return `null` for ingested volumes.
421+
View distinct metrics volumes for the given metric name. Custom distribution metrics will return both ingested and indexed custom metric volumes. For Metrics without Limits&trade; beta customers, all metrics will return both ingested/indexed volumes. Custom metrics generated in-app from other products will return `null` for ingested volumes.
422422

423423
### Example
424424

src/datadog_api_client/v2/api/metrics_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def __list_tags_by_metric_name(self, metric_name, **kwargs):
512512
def __list_volumes_by_metric_name(self, metric_name, **kwargs):
513513
"""List distinct metric volumes by metric name # noqa: E501
514514
515-
View distinct metrics volumes for the given metric name. Custom distribution metrics will return both ingested and indexed custom metric volumes. For Metrics without Limits beta customers, all metrics will return both ingested/indexed volumes. Custom metrics generated in-app from other products will return `null` for ingested volumes. # noqa: E501
515+
View distinct metrics volumes for the given metric name. Custom distribution metrics will return both ingested and indexed custom metric volumes. For Metrics without Limits&trade; beta customers, all metrics will return both ingested/indexed volumes. Custom metrics generated in-app from other products will return `null` for ingested volumes. # noqa: E501
516516
This method makes a synchronous HTTP request by default. To make an
517517
asynchronous HTTP request, please pass async_req=True
518518

src/datadog_api_client/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6596,8 +6596,8 @@ paths:
65966596
Custom distribution metrics will return both ingested and indexed custom metric
65976597
volumes.
65986598
6599-
For Metrics without Limits beta customers, all metrics will return both ingested/indexed
6600-
volumes.
6599+
For Metrics without Limits&trade; beta customers, all metrics will return
6600+
both ingested/indexed volumes.
66016601
66026602
Custom metrics generated in-app from other products will return `null` for
66036603
ingested volumes.'

0 commit comments

Comments
 (0)