Skip to content

Commit acbf967

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 6ac3121 of spec repo (#839)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 29a2028 commit acbf967

File tree

6 files changed

+42
-7
lines changed

6 files changed

+42
-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.6.2",
7-
"regenerated": "2022-02-16 12:30:43.178322",
8-
"spec_repo_commit": "b8f0eb7"
7+
"regenerated": "2022-02-16 16:20:58.725846",
8+
"spec_repo_commit": "6ac3121"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-02-16 12:30:43.192820",
13-
"spec_repo_commit": "b8f0eb7"
12+
"regenerated": "2022-02-16 16:20:58.742486",
13+
"spec_repo_commit": "6ac3121"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3515,6 +3515,7 @@ components:
35153515
- browser_usage
35163516
- container_usage
35173517
- custom_timeseries_usage
3518+
- estimated_indexed_logs_usage
35183519
- fargate_usage
35193520
- functions_usage
35203521
- indexed_logs_usage
@@ -3531,6 +3532,7 @@ components:
35313532
- BROWSER_USAGE
35323533
- CONTAINER_USAGE
35333534
- CUSTOM_TIMESERIES_USAGE
3535+
- ESTIMATED_INDEXED_LOGS_USAGE
35343536
- FARGATE_USAGE
35353537
- FUNCTIONS_USAGE
35363538
- INDEXED_LOGS_USAGE
@@ -6659,6 +6661,8 @@ components:
66596661
- container_percentage
66606662
- custom_timeseries_usage
66616663
- custom_timeseries_percentage
6664+
- estimated_indexed_logs_usage
6665+
- estimated_indexed_logs_percentage
66626666
- fargate_usage
66636667
- fargate_percentage
66646668
- functions_usage
@@ -6690,6 +6694,8 @@ components:
66906694
- CONTAINER_PERCENTAGE
66916695
- CUSTOM_TIMESERIES_USAGE
66926696
- CUSTOM_TIMESERIES_PERCENTAGE
6697+
- ESTIMATED_INDEXED_LOGS_USAGE
6698+
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
66936699
- FARGATE_USAGE
66946700
- FARGATE_PERCENTAGE
66956701
- FUNCTIONS_USAGE
@@ -6752,6 +6758,16 @@ components:
67526758
description: The custom metrics usage by tag(s).
67536759
format: double
67546760
type: number
6761+
estimated_indexed_logs_percentage:
6762+
description: The percentage of estimated live indexed logs usage by tag(s).
6763+
This field is in private beta.
6764+
format: double
6765+
type: number
6766+
estimated_indexed_logs_usage:
6767+
description: The estimated live indexed logs usage by tag(s). This field
6768+
is in private beta.
6769+
format: double
6770+
type: number
67556771
fargate_percentage:
67566772
description: The percentage of Fargate usage by tags.
67576773
format: double
@@ -12843,6 +12859,8 @@ components:
1284312859
- lambda_invocations_percentage
1284412860
- lambda_usage
1284512861
- lambda_percentage
12862+
- estimated_indexed_logs_usage
12863+
- estimated_indexed_logs_percentage
1284612864
type: string
1284712865
x-enum-varnames:
1284812866
- API_PERCENTAGE
@@ -12867,6 +12885,8 @@ components:
1286712885
- LAMBDA_INVOCATIONS_PERCENTAGE
1286812886
- LAMBDA_USAGE
1286912887
- LAMBDA_PERCENTAGE
12888+
- ESTIMATED_INDEXED_LOGS_USAGE
12889+
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
1287012890
UsageAttributionSupportedMetrics:
1287112891
description: Supported fields for usage attribution requests (valid requests
1287212892
contain one or more metrics, or `*` for all).

src/datadog_api_client/v1/model/hourly_usage_attribution_usage_type.py

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/monthly_usage_attribution_supported_metrics.py

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/monthly_usage_attribution_values.py

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/usage_attribution_sort.py

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)