Skip to content

Commit 6c2b3bc

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 2a95fb4 of spec repo (#309)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent db7500f commit 6c2b3bc

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
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.dev8",
7-
"regenerated": "2021-03-05 15:51:21.070609",
8-
"spec_repo_commit": "f614243"
7+
"regenerated": "2021-03-05 22:35:17.906260",
8+
"spec_repo_commit": "2a95fb4"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev8",
12-
"regenerated": "2021-03-05 15:52:06.307614",
13-
"spec_repo_commit": "f614243"
12+
"regenerated": "2021-03-05 22:35:58.595033",
13+
"spec_repo_commit": "2a95fb4"
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 metrics. 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 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 metrics. 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 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6593,7 +6593,8 @@ paths:
65936593
description: 'View distinct metrics volumes for the given metric name.
65946594
65956595
6596-
Custom distribution metrics will return both ingested and indexed custom metrics.
6596+
Custom distribution metrics will return both ingested and indexed custom metric
6597+
volumes.
65976598
65986599
For Metrics without Limits beta customers, all metrics will return both ingested/indexed
65996600
volumes.

0 commit comments

Comments
 (0)