Skip to content

Commit 6ef1499

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add Flex_Logs_Compute_XL to API Spec (#2618)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent be9e75d commit 6ef1499

File tree

5 files changed

+44
-2
lines changed

5 files changed

+44
-2
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "6e520c2",
3-
"generated": "2025-08-05 21:10:47.390"
2+
"spec_repo_commit": "f391bf6",
3+
"generated": "2025-08-06 15:14:14.569"
44
}

.generator/schemas/v1/openapi.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20817,6 +20817,11 @@ components:
2081720817
over all hours in the current date for the given org.
2081820818
format: int64
2081920819
type: integer
20820+
flex_logs_compute_xlarge_avg:
20821+
description: Shows the average number of Flex Logs Compute Extra Large Instances
20822+
over all hours in the current date for the given org.
20823+
format: int64
20824+
type: integer
2082020825
flex_logs_compute_xsmall_avg:
2082120826
description: Shows the average number of Flex Logs Compute Extra Small Instances
2082220827
over all hours in the current date for the given org.
@@ -21761,6 +21766,11 @@ components:
2176121766
over all hours in the current date for the given org.
2176221767
format: int64
2176321768
type: integer
21769+
flex_logs_compute_xlarge_avg:
21770+
description: Shows the average number of Flex Logs Compute Extra Large Instances
21771+
over all hours in the current date for the given org.
21772+
format: int64
21773+
type: integer
2176421774
flex_logs_compute_xsmall_avg:
2176521775
description: Shows the average number of Flex Logs Compute Extra Small Instances
2176621776
over all hours in the current date for the given org.
@@ -22712,6 +22722,11 @@ components:
2271222722
over all hours in the current months for all organizations.
2271322723
format: int64
2271422724
type: integer
22725+
flex_logs_compute_xlarge_avg_sum:
22726+
description: Shows the average number of Flex Logs Compute Extra Large Instances
22727+
over all hours in the current months for all organizations.
22728+
format: int64
22729+
type: integer
2271522730
flex_logs_compute_xsmall_avg_sum:
2271622731
description: Shows the average number of Flex Logs Compute Extra Small Instances
2271722732
over all hours in the current months for all organizations.

services/usage_metering/src/v1/models/UsageSummaryDate.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,10 @@ export class UsageSummaryDate {
350350
* Shows the average number of Flex Logs Compute Small Instances over all hours in the current date for the given org.
351351
*/
352352
"flexLogsComputeSmallAvg"?: number;
353+
/**
354+
* Shows the average number of Flex Logs Compute Extra Large Instances over all hours in the current date for the given org.
355+
*/
356+
"flexLogsComputeXlargeAvg"?: number;
353357
/**
354358
* Shows the average number of Flex Logs Compute Extra Small Instances over all hours in the current date for the given org.
355359
*/
@@ -1147,6 +1151,11 @@ export class UsageSummaryDate {
11471151
type: "number",
11481152
format: "int64",
11491153
},
1154+
flexLogsComputeXlargeAvg: {
1155+
baseName: "flex_logs_compute_xlarge_avg",
1156+
type: "number",
1157+
format: "int64",
1158+
},
11501159
flexLogsComputeXsmallAvg: {
11511160
baseName: "flex_logs_compute_xsmall_avg",
11521161
type: "number",

services/usage_metering/src/v1/models/UsageSummaryDateOrg.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,10 @@ export class UsageSummaryDateOrg {
360360
* Shows the average number of Flex Logs Compute Small Instances over all hours in the current date for the given org.
361361
*/
362362
"flexLogsComputeSmallAvg"?: number;
363+
/**
364+
* Shows the average number of Flex Logs Compute Extra Large Instances over all hours in the current date for the given org.
365+
*/
366+
"flexLogsComputeXlargeAvg"?: number;
363367
/**
364368
* Shows the average number of Flex Logs Compute Extra Small Instances over all hours in the current date for the given org.
365369
*/
@@ -1182,6 +1186,11 @@ export class UsageSummaryDateOrg {
11821186
type: "number",
11831187
format: "int64",
11841188
},
1189+
flexLogsComputeXlargeAvg: {
1190+
baseName: "flex_logs_compute_xlarge_avg",
1191+
type: "number",
1192+
format: "int64",
1193+
},
11851194
flexLogsComputeXsmallAvg: {
11861195
baseName: "flex_logs_compute_xsmall_avg",
11871196
type: "number",

services/usage_metering/src/v1/models/UsageSummaryResponse.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,10 @@ export class UsageSummaryResponse {
363363
* Shows the average number of Flex Logs Compute Small Instances over all hours in the current months for all organizations.
364364
*/
365365
"flexLogsComputeSmallAvgSum"?: number;
366+
/**
367+
* Shows the average number of Flex Logs Compute Extra Large Instances over all hours in the current months for all organizations.
368+
*/
369+
"flexLogsComputeXlargeAvgSum"?: number;
366370
/**
367371
* Shows the average number of Flex Logs Compute Extra Small Instances over all hours in the current months for all organizations.
368372
*/
@@ -1208,6 +1212,11 @@ export class UsageSummaryResponse {
12081212
type: "number",
12091213
format: "int64",
12101214
},
1215+
flexLogsComputeXlargeAvgSum: {
1216+
baseName: "flex_logs_compute_xlarge_avg_sum",
1217+
type: "number",
1218+
format: "int64",
1219+
},
12111220
flexLogsComputeXsmallAvgSum: {
12121221
baseName: "flex_logs_compute_xsmall_avg_sum",
12131222
type: "number",

0 commit comments

Comments
 (0)