Skip to content

Commit 04d62ba

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 6ac3121 of spec repo (#526)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 491dc96 commit 04d62ba

File tree

7 files changed

+60
-5
lines changed

7 files changed

+60
-5
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:40.890500",
8-
"spec_repo_commit": "b8f0eb7"
7+
"regenerated": "2022-02-16 16:21:26.296317",
8+
"spec_repo_commit": "6ac3121"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-02-16 12:30:40.907946",
13-
"spec_repo_commit": "b8f0eb7"
12+
"regenerated": "2022-02-16 16:21:26.321953",
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).

packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export type HourlyUsageAttributionUsageType =
1414
| typeof BROWSER_USAGE
1515
| typeof CONTAINER_USAGE
1616
| typeof CUSTOM_TIMESERIES_USAGE
17+
| typeof ESTIMATED_INDEXED_LOGS_USAGE
1718
| typeof FARGATE_USAGE
1819
| typeof FUNCTIONS_USAGE
1920
| typeof INDEXED_LOGS_USAGE
@@ -28,6 +29,7 @@ export const APM_HOST_USAGE = "apm_host_usage";
2829
export const BROWSER_USAGE = "browser_usage";
2930
export const CONTAINER_USAGE = "container_usage";
3031
export const CUSTOM_TIMESERIES_USAGE = "custom_timeseries_usage";
32+
export const ESTIMATED_INDEXED_LOGS_USAGE = "estimated_indexed_logs_usage";
3133
export const FARGATE_USAGE = "fargate_usage";
3234
export const FUNCTIONS_USAGE = "functions_usage";
3335
export const INDEXED_LOGS_USAGE = "indexed_logs_usage";

packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ export type MonthlyUsageAttributionSupportedMetrics =
1919
| typeof CONTAINER_PERCENTAGE
2020
| typeof CUSTOM_TIMESERIES_USAGE
2121
| typeof CUSTOM_TIMESERIES_PERCENTAGE
22+
| typeof ESTIMATED_INDEXED_LOGS_USAGE
23+
| typeof ESTIMATED_INDEXED_LOGS_PERCENTAGE
2224
| typeof FARGATE_USAGE
2325
| typeof FARGATE_PERCENTAGE
2426
| typeof FUNCTIONS_USAGE
@@ -48,6 +50,9 @@ export const CONTAINER_USAGE = "container_usage";
4850
export const CONTAINER_PERCENTAGE = "container_percentage";
4951
export const CUSTOM_TIMESERIES_USAGE = "custom_timeseries_usage";
5052
export const CUSTOM_TIMESERIES_PERCENTAGE = "custom_timeseries_percentage";
53+
export const ESTIMATED_INDEXED_LOGS_USAGE = "estimated_indexed_logs_usage";
54+
export const ESTIMATED_INDEXED_LOGS_PERCENTAGE =
55+
"estimated_indexed_logs_percentage";
5156
export const FARGATE_USAGE = "fargate_usage";
5257
export const FARGATE_PERCENTAGE = "fargate_percentage";
5358
export const FUNCTIONS_USAGE = "functions_usage";

packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ export class MonthlyUsageAttributionValues {
5555
* The custom metrics usage by tag(s).
5656
*/
5757
"customTimeseriesUsage"?: number;
58+
/**
59+
* The percentage of estimated live indexed logs usage by tag(s). This field is in private beta.
60+
*/
61+
"estimatedIndexedLogsPercentage"?: number;
62+
/**
63+
* The estimated live indexed logs usage by tag(s). This field is in private beta.
64+
*/
65+
"estimatedIndexedLogsUsage"?: number;
5866
/**
5967
* The percentage of Fargate usage by tags.
6068
*/
@@ -187,6 +195,16 @@ export class MonthlyUsageAttributionValues {
187195
type: "number",
188196
format: "double",
189197
},
198+
estimatedIndexedLogsPercentage: {
199+
baseName: "estimated_indexed_logs_percentage",
200+
type: "number",
201+
format: "double",
202+
},
203+
estimatedIndexedLogsUsage: {
204+
baseName: "estimated_indexed_logs_usage",
205+
type: "number",
206+
format: "double",
207+
},
190208
fargatePercentage: {
191209
baseName: "fargate_percentage",
192210
type: "number",

packages/datadog-api-client-v1/models/ObjectSerializer.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,7 @@ const enumsMap: { [key: string]: any[] } = {
625625
"browser_usage",
626626
"container_usage",
627627
"custom_timeseries_usage",
628+
"estimated_indexed_logs_usage",
628629
"fargate_usage",
629630
"functions_usage",
630631
"indexed_logs_usage",
@@ -723,6 +724,8 @@ const enumsMap: { [key: string]: any[] } = {
723724
"container_percentage",
724725
"custom_timeseries_usage",
725726
"custom_timeseries_percentage",
727+
"estimated_indexed_logs_usage",
728+
"estimated_indexed_logs_percentage",
726729
"fargate_usage",
727730
"fargate_percentage",
728731
"functions_usage",
@@ -1008,6 +1011,8 @@ const enumsMap: { [key: string]: any[] } = {
10081011
"lambda_invocations_percentage",
10091012
"lambda_usage",
10101013
"lambda_percentage",
1014+
"estimated_indexed_logs_usage",
1015+
"estimated_indexed_logs_percentage",
10111016
],
10121017
UsageAttributionSupportedMetrics: [
10131018
"custom_timeseries_usage",

packages/datadog-api-client-v1/models/UsageAttributionSort.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ export type UsageAttributionSort =
3030
| typeof LAMBDA_INVOCATIONS_USAGE
3131
| typeof LAMBDA_INVOCATIONS_PERCENTAGE
3232
| typeof LAMBDA_USAGE
33-
| typeof LAMBDA_PERCENTAGE;
33+
| typeof LAMBDA_PERCENTAGE
34+
| typeof ESTIMATED_INDEXED_LOGS_USAGE
35+
| typeof ESTIMATED_INDEXED_LOGS_PERCENTAGE;
3436
export const API_PERCENTAGE = "api_percentage";
3537
export const SNMP_USAGE = "snmp_usage";
3638
export const APM_HOST_USAGE = "apm_host_usage";
@@ -53,3 +55,6 @@ export const LAMBDA_INVOCATIONS_USAGE = "lambda_invocations_usage";
5355
export const LAMBDA_INVOCATIONS_PERCENTAGE = "lambda_invocations_percentage";
5456
export const LAMBDA_USAGE = "lambda_usage";
5557
export const LAMBDA_PERCENTAGE = "lambda_percentage";
58+
export const ESTIMATED_INDEXED_LOGS_USAGE = "estimated_indexed_logs_usage";
59+
export const ESTIMATED_INDEXED_LOGS_PERCENTAGE =
60+
"estimated_indexed_logs_percentage";

0 commit comments

Comments
 (0)