Skip to content

Commit bb6d80b

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

File tree

5 files changed

+103
-11
lines changed

5 files changed

+103
-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:59.672684",
8-
"spec_repo_commit": "b82d3677"
7+
"regenerated": "2024-12-18 14:10:11.474531",
8+
"spec_repo_commit": "d1f49008"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-17 15:50:59.686565",
13-
"spec_repo_commit": "b82d3677"
12+
"regenerated": "2024-12-18 14:10:11.499340",
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.

src/datadog_api_client/v1/model/usage_summary_date.py

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ def openapi_types(_):
8686
"error_tracking_error_events_sum": (int,),
8787
"error_tracking_events_sum": (int,),
8888
"error_tracking_rum_error_events_sum": (int,),
89+
"fargate_container_profiler_profiling_fargate_avg": (int,),
90+
"fargate_container_profiler_profiling_fargate_eks_avg": (int,),
8991
"fargate_tasks_count_avg": (int,),
9092
"fargate_tasks_count_hwm": (int,),
9193
"flex_logs_compute_large_avg": (int,),
@@ -230,6 +232,8 @@ def openapi_types(_):
230232
"error_tracking_error_events_sum": "error_tracking_error_events_sum",
231233
"error_tracking_events_sum": "error_tracking_events_sum",
232234
"error_tracking_rum_error_events_sum": "error_tracking_rum_error_events_sum",
235+
"fargate_container_profiler_profiling_fargate_avg": "fargate_container_profiler_profiling_fargate_avg",
236+
"fargate_container_profiler_profiling_fargate_eks_avg": "fargate_container_profiler_profiling_fargate_eks_avg",
233237
"fargate_tasks_count_avg": "fargate_tasks_count_avg",
234238
"fargate_tasks_count_hwm": "fargate_tasks_count_hwm",
235239
"flex_logs_compute_large_avg": "flex_logs_compute_large_avg",
@@ -375,6 +379,8 @@ def __init__(
375379
error_tracking_error_events_sum: Union[int, UnsetType] = unset,
376380
error_tracking_events_sum: Union[int, UnsetType] = unset,
377381
error_tracking_rum_error_events_sum: Union[int, UnsetType] = unset,
382+
fargate_container_profiler_profiling_fargate_avg: Union[int, UnsetType] = unset,
383+
fargate_container_profiler_profiling_fargate_eks_avg: Union[int, UnsetType] = unset,
378384
fargate_tasks_count_avg: Union[int, UnsetType] = unset,
379385
fargate_tasks_count_hwm: Union[int, UnsetType] = unset,
380386
flex_logs_compute_large_avg: Union[int, UnsetType] = unset,
@@ -486,7 +492,7 @@ def __init__(
486492
:param audit_trail_enabled_hwm: Shows the number of organizations that had Audit Trail enabled in the current date.
487493
:type audit_trail_enabled_hwm: int, optional
488494
489-
:param avg_profiled_fargate_tasks: The average profiled task count for Fargate Profiling.
495+
:param avg_profiled_fargate_tasks: The average total count for Fargate Container Profiler over all hours in the current date for all organizations.
490496
:type avg_profiled_fargate_tasks: int, optional
491497
492498
:param aws_host_top99p: Shows the 99th percentile of all AWS hosts over all hours in the current date for all organizations.
@@ -645,6 +651,12 @@ def __init__(
645651
:param error_tracking_rum_error_events_sum: Shows the sum of all Error Tracking RUM error events over all hours in the current date for the given org.
646652
:type error_tracking_rum_error_events_sum: int, optional
647653
654+
:param fargate_container_profiler_profiling_fargate_avg: The average number of Profiling Fargate tasks over all hours in the current date for all organizations.
655+
:type fargate_container_profiler_profiling_fargate_avg: int, optional
656+
657+
:param fargate_container_profiler_profiling_fargate_eks_avg: The average number of Profiling Fargate Elastic Kubernetes Service tasks over all hours in the current date for all organizations.
658+
:type fargate_container_profiler_profiling_fargate_eks_avg: int, optional
659+
648660
:param fargate_tasks_count_avg: Shows the high-watermark of all Fargate tasks over all hours in the current date for all organizations.
649661
:type fargate_tasks_count_avg: int, optional
650662
@@ -1008,6 +1020,14 @@ def __init__(
10081020
kwargs["error_tracking_events_sum"] = error_tracking_events_sum
10091021
if error_tracking_rum_error_events_sum is not unset:
10101022
kwargs["error_tracking_rum_error_events_sum"] = error_tracking_rum_error_events_sum
1023+
if fargate_container_profiler_profiling_fargate_avg is not unset:
1024+
kwargs[
1025+
"fargate_container_profiler_profiling_fargate_avg"
1026+
] = fargate_container_profiler_profiling_fargate_avg
1027+
if fargate_container_profiler_profiling_fargate_eks_avg is not unset:
1028+
kwargs[
1029+
"fargate_container_profiler_profiling_fargate_eks_avg"
1030+
] = fargate_container_profiler_profiling_fargate_eks_avg
10111031
if fargate_tasks_count_avg is not unset:
10121032
kwargs["fargate_tasks_count_avg"] = fargate_tasks_count_avg
10131033
if fargate_tasks_count_hwm is not unset:

src/datadog_api_client/v1/model/usage_summary_date_org.py

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ def openapi_types(_):
8282
"error_tracking_error_events_sum": (int,),
8383
"error_tracking_events_sum": (int,),
8484
"error_tracking_rum_error_events_sum": (int,),
85+
"fargate_container_profiler_profiling_fargate_avg": (int,),
86+
"fargate_container_profiler_profiling_fargate_eks_avg": (int,),
8587
"fargate_tasks_count_avg": (int,),
8688
"fargate_tasks_count_hwm": (int,),
8789
"flex_logs_compute_large_avg": (int,),
@@ -232,6 +234,8 @@ def openapi_types(_):
232234
"error_tracking_error_events_sum": "error_tracking_error_events_sum",
233235
"error_tracking_events_sum": "error_tracking_events_sum",
234236
"error_tracking_rum_error_events_sum": "error_tracking_rum_error_events_sum",
237+
"fargate_container_profiler_profiling_fargate_avg": "fargate_container_profiler_profiling_fargate_avg",
238+
"fargate_container_profiler_profiling_fargate_eks_avg": "fargate_container_profiler_profiling_fargate_eks_avg",
235239
"fargate_tasks_count_avg": "fargate_tasks_count_avg",
236240
"fargate_tasks_count_hwm": "fargate_tasks_count_hwm",
237241
"flex_logs_compute_large_avg": "flex_logs_compute_large_avg",
@@ -383,6 +387,8 @@ def __init__(
383387
error_tracking_error_events_sum: Union[int, UnsetType] = unset,
384388
error_tracking_events_sum: Union[int, UnsetType] = unset,
385389
error_tracking_rum_error_events_sum: Union[int, UnsetType] = unset,
390+
fargate_container_profiler_profiling_fargate_avg: Union[int, UnsetType] = unset,
391+
fargate_container_profiler_profiling_fargate_eks_avg: Union[int, UnsetType] = unset,
386392
fargate_tasks_count_avg: Union[int, UnsetType] = unset,
387393
fargate_tasks_count_hwm: Union[int, UnsetType] = unset,
388394
flex_logs_compute_large_avg: Union[int, UnsetType] = unset,
@@ -503,7 +509,7 @@ def __init__(
503509
:param audit_trail_enabled_hwm: Shows whether Audit Trail is enabled for the current date for the given org.
504510
:type audit_trail_enabled_hwm: int, optional
505511
506-
:param avg_profiled_fargate_tasks: The average profiled task count for Fargate Profiling.
512+
:param avg_profiled_fargate_tasks: The average total count for Fargate Container Profiler over all hours in the current month for the given org.
507513
:type avg_profiled_fargate_tasks: int, optional
508514
509515
:param aws_host_top99p: Shows the 99th percentile of all AWS hosts over all hours in the current date for the given org.
@@ -665,6 +671,12 @@ def __init__(
665671
:param error_tracking_rum_error_events_sum: Shows the sum of all Error Tracking RUM error events over all hours in the current date for the given org.
666672
:type error_tracking_rum_error_events_sum: int, optional
667673
674+
:param fargate_container_profiler_profiling_fargate_avg: The average number of Profiling Fargate tasks over all hours in the current month for the given org.
675+
:type fargate_container_profiler_profiling_fargate_avg: int, optional
676+
677+
:param fargate_container_profiler_profiling_fargate_eks_avg: The average number of Profiling Fargate Elastic Kubernetes Service tasks over all hours in the current month for the given org.
678+
:type fargate_container_profiler_profiling_fargate_eks_avg: int, optional
679+
668680
:param fargate_tasks_count_avg: The average task count for Fargate.
669681
:type fargate_tasks_count_avg: int, optional
670682
@@ -1043,6 +1055,14 @@ def __init__(
10431055
kwargs["error_tracking_events_sum"] = error_tracking_events_sum
10441056
if error_tracking_rum_error_events_sum is not unset:
10451057
kwargs["error_tracking_rum_error_events_sum"] = error_tracking_rum_error_events_sum
1058+
if fargate_container_profiler_profiling_fargate_avg is not unset:
1059+
kwargs[
1060+
"fargate_container_profiler_profiling_fargate_avg"
1061+
] = fargate_container_profiler_profiling_fargate_avg
1062+
if fargate_container_profiler_profiling_fargate_eks_avg is not unset:
1063+
kwargs[
1064+
"fargate_container_profiler_profiling_fargate_eks_avg"
1065+
] = fargate_container_profiler_profiling_fargate_eks_avg
10461066
if fargate_tasks_count_avg is not unset:
10471067
kwargs["fargate_tasks_count_avg"] = fargate_tasks_count_avg
10481068
if fargate_tasks_count_hwm is not unset:

src/datadog_api_client/v1/model/usage_summary_response.py

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ def openapi_types(_):
9191
"error_tracking_error_events_agg_sum": (int,),
9292
"error_tracking_events_agg_sum": (int,),
9393
"error_tracking_rum_error_events_agg_sum": (int,),
94+
"fargate_container_profiler_profiling_fargate_avg_sum": (int,),
95+
"fargate_container_profiler_profiling_fargate_eks_avg_sum": (int,),
9496
"fargate_tasks_count_avg_sum": (int,),
9597
"fargate_tasks_count_hwm_sum": (int,),
9698
"flex_logs_compute_large_avg_sum": (int,),
@@ -246,6 +248,8 @@ def openapi_types(_):
246248
"error_tracking_error_events_agg_sum": "error_tracking_error_events_agg_sum",
247249
"error_tracking_events_agg_sum": "error_tracking_events_agg_sum",
248250
"error_tracking_rum_error_events_agg_sum": "error_tracking_rum_error_events_agg_sum",
251+
"fargate_container_profiler_profiling_fargate_avg_sum": "fargate_container_profiler_profiling_fargate_avg_sum",
252+
"fargate_container_profiler_profiling_fargate_eks_avg_sum": "fargate_container_profiler_profiling_fargate_eks_avg_sum",
249253
"fargate_tasks_count_avg_sum": "fargate_tasks_count_avg_sum",
250254
"fargate_tasks_count_hwm_sum": "fargate_tasks_count_hwm_sum",
251255
"flex_logs_compute_large_avg_sum": "flex_logs_compute_large_avg_sum",
@@ -402,6 +406,8 @@ def __init__(
402406
error_tracking_error_events_agg_sum: Union[int, UnsetType] = unset,
403407
error_tracking_events_agg_sum: Union[int, UnsetType] = unset,
404408
error_tracking_rum_error_events_agg_sum: Union[int, UnsetType] = unset,
409+
fargate_container_profiler_profiling_fargate_avg_sum: Union[int, UnsetType] = unset,
410+
fargate_container_profiler_profiling_fargate_eks_avg_sum: Union[int, UnsetType] = unset,
405411
fargate_tasks_count_avg_sum: Union[int, UnsetType] = unset,
406412
fargate_tasks_count_hwm_sum: Union[int, UnsetType] = unset,
407413
flex_logs_compute_large_avg_sum: Union[int, UnsetType] = unset,
@@ -521,7 +527,7 @@ def __init__(
521527
:param audit_trail_enabled_hwm_sum: Shows the total number of organizations that had Audit Trail enabled over a specific number of months.
522528
:type audit_trail_enabled_hwm_sum: int, optional
523529
524-
:param avg_profiled_fargate_tasks_sum: Shows the average of all profiled Fargate tasks over all hours in the current month for all organizations.
530+
:param avg_profiled_fargate_tasks_sum: The average total count for Fargate Container Profiler over all hours in the current month for all organizations.
525531
:type avg_profiled_fargate_tasks_sum: int, optional
526532
527533
:param aws_host_top99p_sum: Shows the 99th percentile of all AWS hosts over all hours in the current month for all organizations.
@@ -689,6 +695,12 @@ def __init__(
689695
:param error_tracking_rum_error_events_agg_sum: Shows the sum of all Error Tracking RUM error events over all hours in the current month for all organizations.
690696
:type error_tracking_rum_error_events_agg_sum: int, optional
691697
698+
:param fargate_container_profiler_profiling_fargate_avg_sum: The average number of Profiling Fargate tasks over all hours in the current month for all organizations.
699+
:type fargate_container_profiler_profiling_fargate_avg_sum: int, optional
700+
701+
:param fargate_container_profiler_profiling_fargate_eks_avg_sum: The average number of Profiling Fargate Elastic Kubernetes Service tasks over all hours in the current month for all organizations.
702+
:type fargate_container_profiler_profiling_fargate_eks_avg_sum: int, optional
703+
692704
:param fargate_tasks_count_avg_sum: Shows the average of all Fargate tasks over all hours in the current month for all organizations.
693705
:type fargate_tasks_count_avg_sum: int, optional
694706
@@ -1084,6 +1096,14 @@ def __init__(
10841096
kwargs["error_tracking_events_agg_sum"] = error_tracking_events_agg_sum
10851097
if error_tracking_rum_error_events_agg_sum is not unset:
10861098
kwargs["error_tracking_rum_error_events_agg_sum"] = error_tracking_rum_error_events_agg_sum
1099+
if fargate_container_profiler_profiling_fargate_avg_sum is not unset:
1100+
kwargs[
1101+
"fargate_container_profiler_profiling_fargate_avg_sum"
1102+
] = fargate_container_profiler_profiling_fargate_avg_sum
1103+
if fargate_container_profiler_profiling_fargate_eks_avg_sum is not unset:
1104+
kwargs[
1105+
"fargate_container_profiler_profiling_fargate_eks_avg_sum"
1106+
] = fargate_container_profiler_profiling_fargate_eks_avg_sum
10871107
if fargate_tasks_count_avg_sum is not unset:
10881108
kwargs["fargate_tasks_count_avg_sum"] = fargate_tasks_count_avg_sum
10891109
if fargate_tasks_count_hwm_sum is not unset:

0 commit comments

Comments
 (0)