Skip to content

Commit c786cb6

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add UT breakdown for fargate_container_profiler billing dimension (#1964)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent e0921ec commit c786cb6

File tree

5 files changed

+97
-11
lines changed

5 files changed

+97
-11
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.6",
7-
"regenerated": "2024-12-17 15:50:58.597261",
8-
"spec_repo_commit": "b82d3677"
7+
"regenerated": "2024-12-18 14:10:09.436879",
8+
"spec_repo_commit": "d1f49008"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-17 15:50:58.611708",
13-
"spec_repo_commit": "b82d3677"
12+
"regenerated": "2024-12-18 14:10:09.451709",
13+
"spec_repo_commit": "d1f49008"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19697,7 +19697,8 @@ components:
1969719697
format: int64
1969819698
type: integer
1969919699
avg_profiled_fargate_tasks:
19700-
description: The average profiled task count for Fargate Profiling.
19700+
description: The average total count for Fargate Container Profiler over
19701+
all hours in the current date for all organizations.
1970119702
format: int64
1970219703
type: integer
1970319704
aws_host_top99p:
@@ -19971,6 +19972,16 @@ components:
1997119972
hours in the current date for the given org.
1997219973
format: int64
1997319974
type: integer
19975+
fargate_container_profiler_profiling_fargate_avg:
19976+
description: The average number of Profiling Fargate tasks over all hours
19977+
in the current date for all organizations.
19978+
format: int64
19979+
type: integer
19980+
fargate_container_profiler_profiling_fargate_eks_avg:
19981+
description: The average number of Profiling Fargate Elastic Kubernetes
19982+
Service tasks over all hours in the current date for all organizations.
19983+
format: int64
19984+
type: integer
1997419985
fargate_tasks_count_avg:
1997519986
description: Shows the high-watermark of all Fargate tasks over all hours
1997619987
in the current date for all organizations.
@@ -20468,7 +20479,8 @@ components:
2046820479
format: int64
2046920480
type: integer
2047020481
avg_profiled_fargate_tasks:
20471-
description: The average profiled task count for Fargate Profiling.
20482+
description: The average total count for Fargate Container Profiler over
20483+
all hours in the current month for the given org.
2047220484
format: int64
2047320485
type: integer
2047420486
aws_host_top99p:
@@ -20748,6 +20760,16 @@ components:
2074820760
hours in the current date for the given org.
2074920761
format: int64
2075020762
type: integer
20763+
fargate_container_profiler_profiling_fargate_avg:
20764+
description: The average number of Profiling Fargate tasks over all hours
20765+
in the current month for the given org.
20766+
format: int64
20767+
type: integer
20768+
fargate_container_profiler_profiling_fargate_eks_avg:
20769+
description: The average number of Profiling Fargate Elastic Kubernetes
20770+
Service tasks over all hours in the current month for the given org.
20771+
format: int64
20772+
type: integer
2075120773
fargate_tasks_count_avg:
2075220774
description: The average task count for Fargate.
2075320775
format: int64
@@ -21243,8 +21265,8 @@ components:
2124321265
format: int64
2124421266
type: integer
2124521267
avg_profiled_fargate_tasks_sum:
21246-
description: Shows the average of all profiled Fargate tasks over all hours
21247-
in the current month for all organizations.
21268+
description: The average total count for Fargate Container Profiler over
21269+
all hours in the current month for all organizations.
2124821270
format: int64
2124921271
type: integer
2125021272
aws_host_top99p_sum:
@@ -21532,6 +21554,16 @@ components:
2153221554
hours in the current month for all organizations.
2153321555
format: int64
2153421556
type: integer
21557+
fargate_container_profiler_profiling_fargate_avg_sum:
21558+
description: The average number of Profiling Fargate tasks over all hours
21559+
in the current month for all organizations.
21560+
format: int64
21561+
type: integer
21562+
fargate_container_profiler_profiling_fargate_eks_avg_sum:
21563+
description: The average number of Profiling Fargate Elastic Kubernetes
21564+
Service tasks over all hours in the current month for all organizations.
21565+
format: int64
21566+
type: integer
2153521567
fargate_tasks_count_avg_sum:
2153621568
description: Shows the average of all Fargate tasks over all hours in the
2153721569
current month for all organizations.

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class UsageSummaryDate {
4848
*/
4949
"auditTrailEnabledHwm"?: number;
5050
/**
51-
* The average profiled task count for Fargate Profiling.
51+
* The average total count for Fargate Container Profiler over all hours in the current date for all organizations.
5252
*/
5353
"avgProfiledFargateTasks"?: number;
5454
/**
@@ -259,6 +259,14 @@ export class UsageSummaryDate {
259259
* Shows the sum of all Error Tracking RUM error events over all hours in the current date for the given org.
260260
*/
261261
"errorTrackingRumErrorEventsSum"?: number;
262+
/**
263+
* The average number of Profiling Fargate tasks over all hours in the current date for all organizations.
264+
*/
265+
"fargateContainerProfilerProfilingFargateAvg"?: number;
266+
/**
267+
* The average number of Profiling Fargate Elastic Kubernetes Service tasks over all hours in the current date for all organizations.
268+
*/
269+
"fargateContainerProfilerProfilingFargateEksAvg"?: number;
262270
/**
263271
* Shows the high-watermark of all Fargate tasks over all hours in the current date for all organizations.
264272
*/
@@ -902,6 +910,16 @@ export class UsageSummaryDate {
902910
type: "number",
903911
format: "int64",
904912
},
913+
fargateContainerProfilerProfilingFargateAvg: {
914+
baseName: "fargate_container_profiler_profiling_fargate_avg",
915+
type: "number",
916+
format: "int64",
917+
},
918+
fargateContainerProfilerProfilingFargateEksAvg: {
919+
baseName: "fargate_container_profiler_profiling_fargate_eks_avg",
920+
type: "number",
921+
format: "int64",
922+
},
905923
fargateTasksCountAvg: {
906924
baseName: "fargate_tasks_count_avg",
907925
type: "number",

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class UsageSummaryDateOrg {
5555
*/
5656
"auditTrailEnabledHwm"?: number;
5757
/**
58-
* The average profiled task count for Fargate Profiling.
58+
* The average total count for Fargate Container Profiler over all hours in the current month for the given org.
5959
*/
6060
"avgProfiledFargateTasks"?: number;
6161
/**
@@ -270,6 +270,14 @@ export class UsageSummaryDateOrg {
270270
* Shows the sum of all Error Tracking RUM error events over all hours in the current date for the given org.
271271
*/
272272
"errorTrackingRumErrorEventsSum"?: number;
273+
/**
274+
* The average number of Profiling Fargate tasks over all hours in the current month for the given org.
275+
*/
276+
"fargateContainerProfilerProfilingFargateAvg"?: number;
277+
/**
278+
* The average number of Profiling Fargate Elastic Kubernetes Service tasks over all hours in the current month for the given org.
279+
*/
280+
"fargateContainerProfilerProfilingFargateEksAvg"?: number;
273281
/**
274282
* The average task count for Fargate.
275283
*/
@@ -938,6 +946,16 @@ export class UsageSummaryDateOrg {
938946
type: "number",
939947
format: "int64",
940948
},
949+
fargateContainerProfilerProfilingFargateAvg: {
950+
baseName: "fargate_container_profiler_profiling_fargate_avg",
951+
type: "number",
952+
format: "int64",
953+
},
954+
fargateContainerProfilerProfilingFargateEksAvg: {
955+
baseName: "fargate_container_profiler_profiling_fargate_eks_avg",
956+
type: "number",
957+
format: "int64",
958+
},
941959
fargateTasksCountAvg: {
942960
baseName: "fargate_tasks_count_avg",
943961
type: "number",

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class UsageSummaryResponse {
4949
*/
5050
"auditTrailEnabledHwmSum"?: number;
5151
/**
52-
* Shows the average of all profiled Fargate tasks over all hours in the current month for all organizations.
52+
* The average total count for Fargate Container Profiler over all hours in the current month for all organizations.
5353
*/
5454
"avgProfiledFargateTasksSum"?: number;
5555
/**
@@ -272,6 +272,14 @@ export class UsageSummaryResponse {
272272
* Shows the sum of all Error Tracking RUM error events over all hours in the current month for all organizations.
273273
*/
274274
"errorTrackingRumErrorEventsAggSum"?: number;
275+
/**
276+
* The average number of Profiling Fargate tasks over all hours in the current month for all organizations.
277+
*/
278+
"fargateContainerProfilerProfilingFargateAvgSum"?: number;
279+
/**
280+
* The average number of Profiling Fargate Elastic Kubernetes Service tasks over all hours in the current month for all organizations.
281+
*/
282+
"fargateContainerProfilerProfilingFargateEksAvgSum"?: number;
275283
/**
276284
* Shows the average of all Fargate tasks over all hours in the current month for all organizations.
277285
*/
@@ -962,6 +970,16 @@ export class UsageSummaryResponse {
962970
type: "number",
963971
format: "int64",
964972
},
973+
fargateContainerProfilerProfilingFargateAvgSum: {
974+
baseName: "fargate_container_profiler_profiling_fargate_avg_sum",
975+
type: "number",
976+
format: "int64",
977+
},
978+
fargateContainerProfilerProfilingFargateEksAvgSum: {
979+
baseName: "fargate_container_profiler_profiling_fargate_eks_avg_sum",
980+
type: "number",
981+
format: "int64",
982+
},
965983
fargateTasksCountAvgSum: {
966984
baseName: "fargate_tasks_count_avg_sum",
967985
type: "number",

0 commit comments

Comments
 (0)