Skip to content

Commit

Permalink
Regenerate client from commit 3de82a7 of spec repo (#325)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Mar 22, 2021
1 parent 3f95680 commit 8fb9c49
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.4.1.dev6",
"regenerated": "2021-03-18 15:15:33.427751",
"spec_repo_commit": "dafec27"
"regenerated": "2021-03-22 10:23:42.686794",
"spec_repo_commit": "3de82a7"
},
"v2": {
"apigentools_version": "1.4.1.dev6",
"regenerated": "2021-03-18 15:16:11.021987",
"spec_repo_commit": "dafec27"
"regenerated": "2021-03-22 10:24:22.647717",
"spec_repo_commit": "3de82a7"
}
}
}
2 changes: 1 addition & 1 deletion docs/v2/MetricsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ Name | Type | Description | Notes
List distinct metric volumes by metric name

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.
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.

### Example

Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v2/api/metrics_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def __list_tags_by_metric_name(self, metric_name, **kwargs):
def __list_volumes_by_metric_name(self, metric_name, **kwargs):
"""List distinct metric volumes by metric name # noqa: E501
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
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
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
Expand Down
4 changes: 2 additions & 2 deletions src/datadog_api_client/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6596,8 +6596,8 @@ paths:
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.
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.'
Expand Down

0 comments on commit 8fb9c49

Please sign in to comment.