Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove lambda_usage and lambda_percentage from usage API #914

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2",
"regenerated": "2022-03-25 08:29:32.890712",
"spec_repo_commit": "7cc7cb11"
"regenerated": "2022-03-25 20:48:34.370074",
"spec_repo_commit": "e401bea6"
},
"v2": {
"apigentools_version": "1.6.2",
"regenerated": "2022-03-25 08:29:32.904853",
"spec_repo_commit": "7cc7cb11"
"regenerated": "2022-03-25 20:48:34.384360",
"spec_repo_commit": "e401bea6"
}
}
}
22 changes: 0 additions & 22 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12893,8 +12893,6 @@ components:
- lambda_functions_percentage
- lambda_invocations_usage
- lambda_invocations_percentage
- lambda_usage
- lambda_percentage
- estimated_indexed_logs_usage
- estimated_indexed_logs_percentage
type: string
Expand All @@ -12919,8 +12917,6 @@ components:
- LAMBDA_FUNCTIONS_PERCENTAGE
- LAMBDA_INVOCATIONS_USAGE
- LAMBDA_INVOCATIONS_PERCENTAGE
- LAMBDA_USAGE
- LAMBDA_PERCENTAGE
- ESTIMATED_INDEXED_LOGS_USAGE
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
UsageAttributionSupportedMetrics:
Expand All @@ -12936,14 +12932,12 @@ components:
- infra_host_usage
- custom_timeseries_percentage
- container_percentage
- lambda_usage
- api_usage
- apm_host_percentage
- infra_host_percentage
- snmp_usage
- browser_percentage
- api_percentage
- lambda_percentage
- npm_host_usage
- lambda_functions_usage
- lambda_functions_percentage
Expand Down Expand Up @@ -12973,14 +12967,12 @@ components:
- INFRA_HOST_USAGE
- CUSTOM_TIMESERIES_PERCENTAGE
- CONTAINER_PERCENTAGE
- LAMBDA_USAGE
- API_USAGE
- APM_HOST_PERCENTAGE
- INFRA_HOST_PERCENTAGE
- SNMP_USAGE
- BROWSER_PERCENTAGE
- API_PERCENTAGE
- LAMBDA_PERCENTAGE
- NPM_HOST_USAGE
- LAMBDA_FUNCTIONS_USAGE
- LAMBDA_FUNCTIONS_PERCENTAGE
Expand Down Expand Up @@ -13138,20 +13130,6 @@ components:
description: The Lambda invocation usage by tag(s).
format: double
type: number
lambda_percentage:
description: 'The percentage of Lambda function usage by tag(s).


**Note** this field is deprecated. Use lambda_functions_percentage instead.'
format: double
type: number
lambda_usage:
description: 'The Lambda function usage by tag(s).


**Note** this field is deprecated. Use lambda_functions_usage instead.'
format: double
type: number
npm_host_percentage:
description: The percentage of network host usage by tag(s).
format: double
Expand Down
4 changes: 1 addition & 3 deletions src/datadog_api_client/v1/model/usage_attribution_sort.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions src/datadog_api_client/v1/model/usage_attribution_values.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.