Skip to content

Commit e0065bc

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 71afb1ee of spec repo (#779)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent ed3e4b9 commit e0065bc

9 files changed

+98
-4
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.4",
7-
"regenerated": "2022-08-26 14:03:05.460342",
8-
"spec_repo_commit": "3f049059"
7+
"regenerated": "2022-08-29 14:55:50.178640",
8+
"spec_repo_commit": "71afb1ee"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-08-26 14:03:05.477840",
13-
"spec_repo_commit": "3f049059"
12+
"regenerated": "2022-08-29 14:55:50.192392",
13+
"spec_repo_commit": "71afb1ee"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3637,6 +3637,7 @@ components:
36373637
- dbm_hosts_usage
36383638
- dbm_queries_usage
36393639
- estimated_indexed_logs_usage
3640+
- estimated_ingested_logs_usage
36403641
- estimated_indexed_spans_usage
36413642
- estimated_ingested_spans_usage
36423643
- fargate_usage
@@ -3663,6 +3664,7 @@ components:
36633664
- DBM_HOSTS_USAGE
36643665
- DBM_QUERIES_USAGE
36653666
- ESTIMATED_INDEXED_LOGS_USAGE
3667+
- ESTIMATED_INGESTED_LOGS_USAGE
36663668
- ESTIMATED_INDEXED_SPANS_USAGE
36673669
- ESTIMATED_INGESTED_SPANS_USAGE
36683670
- FARGATE_USAGE
@@ -6888,6 +6890,8 @@ components:
68886890
- dbm_queries_usage
68896891
- estimated_indexed_logs_usage
68906892
- estimated_indexed_logs_percentage
6893+
- estimated_ingested_logs_usage
6894+
- estimated_ingested_logs_percentage
68916895
- estimated_indexed_spans_usage
68926896
- estimated_indexed_spans_percentage
68936897
- estimated_ingested_spans_usage
@@ -6939,6 +6943,8 @@ components:
69396943
- DBM_QUERIES_USAGE
69406944
- ESTIMATED_INDEXED_LOGS_USAGE
69416945
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
6946+
- ESTIMATED_INGESTED_LOGS_USAGE
6947+
- ESTIMATED_INGESTED_LOGS_PERCENTAGE
69426948
- ESTIMATED_INDEXED_SPANS_USAGE
69436949
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
69446950
- ESTIMATED_INGESTED_SPANS_USAGE
@@ -7034,6 +7040,16 @@ components:
70347040
in private beta.
70357041
format: double
70367042
type: number
7043+
estimated_ingested_logs_percentage:
7044+
description: The percentage of estimated live ingested logs usage by tag(s).
7045+
This field is in private beta.
7046+
format: double
7047+
type: number
7048+
estimated_ingested_logs_usage:
7049+
description: The estimated live ingested logs usage by tag(s). This field
7050+
is in private beta.
7051+
format: double
7052+
type: number
70377053
estimated_ingested_spans_percentage:
70387054
description: The percentage of estimated ingested spans usage by tag(s).
70397055
This field is in private beta.
@@ -13585,6 +13601,8 @@ components:
1358513601
- lambda_invocations_percentage
1358613602
- estimated_indexed_logs_usage
1358713603
- estimated_indexed_logs_percentage
13604+
- estimated_ingested_logs_usage
13605+
- estimated_ingested_logs_percentage
1358813606
- estimated_indexed_spans_usage
1358913607
- estimated_indexed_spans_percentage
1359013608
- estimated_ingested_spans_usage
@@ -13615,6 +13633,8 @@ components:
1361513633
- LAMBDA_INVOCATIONS_PERCENTAGE
1361613634
- ESTIMATED_INDEXED_LOGS_USAGE
1361713635
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
13636+
- ESTIMATED_INGESTED_LOGS_USAGE
13637+
- ESTIMATED_INGESTED_LOGS_PERCENTAGE
1361813638
- ESTIMATED_INDEXED_SPANS_USAGE
1361913639
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
1362013640
- ESTIMATED_INGESTED_SPANS_USAGE
@@ -13655,6 +13675,8 @@ components:
1365513675
- dbm_queries_percentage
1365613676
- estimated_indexed_logs_usage
1365713677
- estimated_indexed_logs_percentage
13678+
- estimated_ingested_logs_usage
13679+
- estimated_ingested_logs_percentage
1365813680
- appsec_usage
1365913681
- appsec_percentage
1366013682
- estimated_indexed_spans_usage
@@ -13696,6 +13718,8 @@ components:
1369613718
- DBM_QUERIES_PERCENTAGE
1369713719
- ESTIMATED_INDEXED_LOGS_USAGE
1369813720
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
13721+
- ESTIMATED_INGESTED_LOGS_USAGE
13722+
- ESTIMATED_INGESTED_LOGS_PERCENTAGE
1369913723
- APPSEC_USAGE
1370013724
- APPSEC_PERCENTAGE
1370113725
- ESTIMATED_INDEXED_SPANS_USAGE
@@ -13855,6 +13879,16 @@ components:
1385513879
is in private beta.
1385613880
format: double
1385713881
type: number
13882+
estimated_ingested_logs_percentage:
13883+
description: The percentage of estimated live ingested logs usage by tag(s).
13884+
Note this field is in private beta.
13885+
format: double
13886+
type: number
13887+
estimated_ingested_logs_usage:
13888+
description: The estimated live ingested logs usage by tag(s). Note this
13889+
field is in private beta.
13890+
format: double
13891+
type: number
1385813892
estimated_ingested_spans_percentage:
1385913893
description: The percentage of estimated ingested spans usage by tag(s).
1386013894
Note this field is in private beta.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export type HourlyUsageAttributionUsageType =
1818
| typeof DBM_HOSTS_USAGE
1919
| typeof DBM_QUERIES_USAGE
2020
| typeof ESTIMATED_INDEXED_LOGS_USAGE
21+
| typeof ESTIMATED_INGESTED_LOGS_USAGE
2122
| typeof ESTIMATED_INDEXED_SPANS_USAGE
2223
| typeof ESTIMATED_INGESTED_SPANS_USAGE
2324
| typeof FARGATE_USAGE
@@ -42,6 +43,7 @@ export const CWS_HOSTS_USAGE = "cws_hosts_usage";
4243
export const DBM_HOSTS_USAGE = "dbm_hosts_usage";
4344
export const DBM_QUERIES_USAGE = "dbm_queries_usage";
4445
export const ESTIMATED_INDEXED_LOGS_USAGE = "estimated_indexed_logs_usage";
46+
export const ESTIMATED_INGESTED_LOGS_USAGE = "estimated_ingested_logs_usage";
4547
export const ESTIMATED_INDEXED_SPANS_USAGE = "estimated_indexed_spans_usage";
4648
export const ESTIMATED_INGESTED_SPANS_USAGE = "estimated_ingested_spans_usage";
4749
export const FARGATE_USAGE = "fargate_usage";

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export type MonthlyUsageAttributionSupportedMetrics =
3131
| typeof DBM_QUERIES_USAGE
3232
| typeof ESTIMATED_INDEXED_LOGS_USAGE
3333
| typeof ESTIMATED_INDEXED_LOGS_PERCENTAGE
34+
| typeof ESTIMATED_INGESTED_LOGS_USAGE
35+
| typeof ESTIMATED_INGESTED_LOGS_PERCENTAGE
3436
| typeof ESTIMATED_INDEXED_SPANS_USAGE
3537
| typeof ESTIMATED_INDEXED_SPANS_PERCENTAGE
3638
| typeof ESTIMATED_INGESTED_SPANS_USAGE
@@ -81,6 +83,9 @@ export const DBM_QUERIES_USAGE = "dbm_queries_usage";
8183
export const ESTIMATED_INDEXED_LOGS_USAGE = "estimated_indexed_logs_usage";
8284
export const ESTIMATED_INDEXED_LOGS_PERCENTAGE =
8385
"estimated_indexed_logs_percentage";
86+
export const ESTIMATED_INGESTED_LOGS_USAGE = "estimated_ingested_logs_usage";
87+
export const ESTIMATED_INGESTED_LOGS_PERCENTAGE =
88+
"estimated_ingested_logs_percentage";
8489
export const ESTIMATED_INDEXED_SPANS_USAGE = "estimated_indexed_spans_usage";
8590
export const ESTIMATED_INDEXED_SPANS_PERCENTAGE =
8691
"estimated_indexed_spans_percentage";

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@ export class MonthlyUsageAttributionValues {
7474
* The estimated indexed spans usage by tag(s). This field is in private beta.
7575
*/
7676
"estimatedIndexedSpansUsage"?: number;
77+
/**
78+
* The percentage of estimated live ingested logs usage by tag(s). This field is in private beta.
79+
*/
80+
"estimatedIngestedLogsPercentage"?: number;
81+
/**
82+
* The estimated live ingested logs usage by tag(s). This field is in private beta.
83+
*/
84+
"estimatedIngestedLogsUsage"?: number;
7785
/**
7886
* The percentage of estimated ingested spans usage by tag(s). This field is in private beta.
7987
*/
@@ -244,6 +252,16 @@ export class MonthlyUsageAttributionValues {
244252
type: "number",
245253
format: "double",
246254
},
255+
estimatedIngestedLogsPercentage: {
256+
baseName: "estimated_ingested_logs_percentage",
257+
type: "number",
258+
format: "double",
259+
},
260+
estimatedIngestedLogsUsage: {
261+
baseName: "estimated_ingested_logs_usage",
262+
type: "number",
263+
format: "double",
264+
},
247265
estimatedIngestedSpansPercentage: {
248266
baseName: "estimated_ingested_spans_percentage",
249267
type: "number",

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ const enumsMap: { [key: string]: any[] } = {
666666
"dbm_hosts_usage",
667667
"dbm_queries_usage",
668668
"estimated_indexed_logs_usage",
669+
"estimated_ingested_logs_usage",
669670
"estimated_indexed_spans_usage",
670671
"estimated_ingested_spans_usage",
671672
"fargate_usage",
@@ -794,6 +795,8 @@ const enumsMap: { [key: string]: any[] } = {
794795
"dbm_queries_usage",
795796
"estimated_indexed_logs_usage",
796797
"estimated_indexed_logs_percentage",
798+
"estimated_ingested_logs_usage",
799+
"estimated_ingested_logs_percentage",
797800
"estimated_indexed_spans_usage",
798801
"estimated_indexed_spans_percentage",
799802
"estimated_ingested_spans_usage",
@@ -1102,6 +1105,8 @@ const enumsMap: { [key: string]: any[] } = {
11021105
"lambda_invocations_percentage",
11031106
"estimated_indexed_logs_usage",
11041107
"estimated_indexed_logs_percentage",
1108+
"estimated_ingested_logs_usage",
1109+
"estimated_ingested_logs_percentage",
11051110
"estimated_indexed_spans_usage",
11061111
"estimated_indexed_spans_percentage",
11071112
"estimated_ingested_spans_usage",
@@ -1140,6 +1145,8 @@ const enumsMap: { [key: string]: any[] } = {
11401145
"dbm_queries_percentage",
11411146
"estimated_indexed_logs_usage",
11421147
"estimated_indexed_logs_percentage",
1148+
"estimated_ingested_logs_usage",
1149+
"estimated_ingested_logs_percentage",
11431150
"appsec_usage",
11441151
"appsec_percentage",
11451152
"estimated_indexed_spans_usage",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ export type UsageAttributionSort =
2929
| typeof LAMBDA_INVOCATIONS_PERCENTAGE
3030
| typeof ESTIMATED_INDEXED_LOGS_USAGE
3131
| typeof ESTIMATED_INDEXED_LOGS_PERCENTAGE
32+
| typeof ESTIMATED_INGESTED_LOGS_USAGE
33+
| typeof ESTIMATED_INGESTED_LOGS_PERCENTAGE
3234
| typeof ESTIMATED_INDEXED_SPANS_USAGE
3335
| typeof ESTIMATED_INDEXED_SPANS_PERCENTAGE
3436
| typeof ESTIMATED_INGESTED_SPANS_USAGE
@@ -58,6 +60,9 @@ export const LAMBDA_INVOCATIONS_PERCENTAGE = "lambda_invocations_percentage";
5860
export const ESTIMATED_INDEXED_LOGS_USAGE = "estimated_indexed_logs_usage";
5961
export const ESTIMATED_INDEXED_LOGS_PERCENTAGE =
6062
"estimated_indexed_logs_percentage";
63+
export const ESTIMATED_INGESTED_LOGS_USAGE = "estimated_ingested_logs_usage";
64+
export const ESTIMATED_INGESTED_LOGS_PERCENTAGE =
65+
"estimated_ingested_logs_percentage";
6166
export const ESTIMATED_INDEXED_SPANS_USAGE = "estimated_indexed_spans_usage";
6267
export const ESTIMATED_INDEXED_SPANS_PERCENTAGE =
6368
"estimated_indexed_spans_percentage";

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ export type UsageAttributionSupportedMetrics =
3737
| typeof DBM_QUERIES_PERCENTAGE
3838
| typeof ESTIMATED_INDEXED_LOGS_USAGE
3939
| typeof ESTIMATED_INDEXED_LOGS_PERCENTAGE
40+
| typeof ESTIMATED_INGESTED_LOGS_USAGE
41+
| typeof ESTIMATED_INGESTED_LOGS_PERCENTAGE
4042
| typeof APPSEC_USAGE
4143
| typeof APPSEC_PERCENTAGE
4244
| typeof ESTIMATED_INDEXED_SPANS_USAGE
@@ -77,6 +79,9 @@ export const DBM_QUERIES_PERCENTAGE = "dbm_queries_percentage";
7779
export const ESTIMATED_INDEXED_LOGS_USAGE = "estimated_indexed_logs_usage";
7880
export const ESTIMATED_INDEXED_LOGS_PERCENTAGE =
7981
"estimated_indexed_logs_percentage";
82+
export const ESTIMATED_INGESTED_LOGS_USAGE = "estimated_ingested_logs_usage";
83+
export const ESTIMATED_INGESTED_LOGS_PERCENTAGE =
84+
"estimated_ingested_logs_percentage";
8085
export const APPSEC_USAGE = "appsec_usage";
8186
export const APPSEC_PERCENTAGE = "appsec_percentage";
8287
export const ESTIMATED_INDEXED_SPANS_USAGE = "estimated_indexed_spans_usage";

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,14 @@ export class UsageAttributionValues {
122122
* The estimated indexed spans usage by tag(s). Note this field is in private beta.
123123
*/
124124
"estimatedIndexedSpansUsage"?: number;
125+
/**
126+
* The percentage of estimated live ingested logs usage by tag(s). Note this field is in private beta.
127+
*/
128+
"estimatedIngestedLogsPercentage"?: number;
129+
/**
130+
* The estimated live ingested logs usage by tag(s). Note this field is in private beta.
131+
*/
132+
"estimatedIngestedLogsUsage"?: number;
125133
/**
126134
* The percentage of estimated ingested spans usage by tag(s). Note this field is in private beta.
127135
*/
@@ -336,6 +344,16 @@ export class UsageAttributionValues {
336344
type: "number",
337345
format: "double",
338346
},
347+
estimatedIngestedLogsPercentage: {
348+
baseName: "estimated_ingested_logs_percentage",
349+
type: "number",
350+
format: "double",
351+
},
352+
estimatedIngestedLogsUsage: {
353+
baseName: "estimated_ingested_logs_usage",
354+
type: "number",
355+
format: "double",
356+
},
339357
estimatedIngestedSpansPercentage: {
340358
baseName: "estimated_ingested_spans_percentage",
341359
type: "number",

0 commit comments

Comments
 (0)