Skip to content

Commit 2900778

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

File tree

5 files changed

+106
-14
lines changed

5 files changed

+106
-14
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.257797",
8-
"spec_repo_commit": "b82d3677"
7+
"regenerated": "2024-12-18 14:10:04.185391",
8+
"spec_repo_commit": "d1f49008"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-17 15:50:59.273162",
13-
"spec_repo_commit": "b82d3677"
12+
"regenerated": "2024-12-18 14:10:04.201279",
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.

lib/datadog_api_client/v1/models/usage_summary_date.rb

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class UsageSummaryDate
4848
# Shows the number of organizations that had Audit Trail enabled in the current date.
4949
attr_accessor :audit_trail_enabled_hwm
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
attr_accessor :avg_profiled_fargate_tasks
5353

5454
# Shows the 99th percentile of all AWS hosts over all hours in the current date for all organizations.
@@ -207,6 +207,12 @@ class UsageSummaryDate
207207
# Shows the sum of all Error Tracking RUM error events over all hours in the current date for the given org.
208208
attr_accessor :error_tracking_rum_error_events_sum
209209

210+
# The average number of Profiling Fargate tasks over all hours in the current date for all organizations.
211+
attr_accessor :fargate_container_profiler_profiling_fargate_avg
212+
213+
# The average number of Profiling Fargate Elastic Kubernetes Service tasks over all hours in the current date for all organizations.
214+
attr_accessor :fargate_container_profiler_profiling_fargate_eks_avg
215+
210216
# Shows the high-watermark of all Fargate tasks over all hours in the current date for all organizations.
211217
attr_accessor :fargate_tasks_count_avg
212218

@@ -512,6 +518,8 @@ def self.attribute_map
512518
:'error_tracking_error_events_sum' => :'error_tracking_error_events_sum',
513519
:'error_tracking_events_sum' => :'error_tracking_events_sum',
514520
:'error_tracking_rum_error_events_sum' => :'error_tracking_rum_error_events_sum',
521+
:'fargate_container_profiler_profiling_fargate_avg' => :'fargate_container_profiler_profiling_fargate_avg',
522+
:'fargate_container_profiler_profiling_fargate_eks_avg' => :'fargate_container_profiler_profiling_fargate_eks_avg',
515523
:'fargate_tasks_count_avg' => :'fargate_tasks_count_avg',
516524
:'fargate_tasks_count_hwm' => :'fargate_tasks_count_hwm',
517525
:'flex_logs_compute_large_avg' => :'flex_logs_compute_large_avg',
@@ -660,6 +668,8 @@ def self.openapi_types
660668
:'error_tracking_error_events_sum' => :'Integer',
661669
:'error_tracking_events_sum' => :'Integer',
662670
:'error_tracking_rum_error_events_sum' => :'Integer',
671+
:'fargate_container_profiler_profiling_fargate_avg' => :'Integer',
672+
:'fargate_container_profiler_profiling_fargate_eks_avg' => :'Integer',
663673
:'fargate_tasks_count_avg' => :'Integer',
664674
:'fargate_tasks_count_hwm' => :'Integer',
665675
:'flex_logs_compute_large_avg' => :'Integer',
@@ -1008,6 +1018,14 @@ def initialize(attributes = {})
10081018
self.error_tracking_rum_error_events_sum = attributes[:'error_tracking_rum_error_events_sum']
10091019
end
10101020

1021+
if attributes.key?(:'fargate_container_profiler_profiling_fargate_avg')
1022+
self.fargate_container_profiler_profiling_fargate_avg = attributes[:'fargate_container_profiler_profiling_fargate_avg']
1023+
end
1024+
1025+
if attributes.key?(:'fargate_container_profiler_profiling_fargate_eks_avg')
1026+
self.fargate_container_profiler_profiling_fargate_eks_avg = attributes[:'fargate_container_profiler_profiling_fargate_eks_avg']
1027+
end
1028+
10111029
if attributes.key?(:'fargate_tasks_count_avg')
10121030
self.fargate_tasks_count_avg = attributes[:'fargate_tasks_count_avg']
10131031
end
@@ -1415,6 +1433,8 @@ def ==(o)
14151433
error_tracking_error_events_sum == o.error_tracking_error_events_sum &&
14161434
error_tracking_events_sum == o.error_tracking_events_sum &&
14171435
error_tracking_rum_error_events_sum == o.error_tracking_rum_error_events_sum &&
1436+
fargate_container_profiler_profiling_fargate_avg == o.fargate_container_profiler_profiling_fargate_avg &&
1437+
fargate_container_profiler_profiling_fargate_eks_avg == o.fargate_container_profiler_profiling_fargate_eks_avg &&
14181438
fargate_tasks_count_avg == o.fargate_tasks_count_avg &&
14191439
fargate_tasks_count_hwm == o.fargate_tasks_count_hwm &&
14201440
flex_logs_compute_large_avg == o.flex_logs_compute_large_avg &&
@@ -1501,7 +1521,7 @@ def ==(o)
15011521
# @return [Integer] Hash code
15021522
# @!visibility private
15031523
def hash
1504-
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, code_analysis_sa_committers_hwm, code_analysis_sca_committers_hwm, code_security_host_top99p, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_ts_avg, cws_container_count_avg, cws_fargate_task_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, date, dbm_host_top99p, dbm_queries_count_avg, error_tracking_error_events_sum, error_tracking_events_sum, error_tracking_rum_error_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, oci_host_sum, oci_host_top99p, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, profiling_aas_count_top99p, profiling_host_top99p, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum, additional_properties].hash
1524+
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, code_analysis_sa_committers_hwm, code_analysis_sca_committers_hwm, code_security_host_top99p, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_ts_avg, cws_container_count_avg, cws_fargate_task_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, date, dbm_host_top99p, dbm_queries_count_avg, error_tracking_error_events_sum, error_tracking_events_sum, error_tracking_rum_error_events_sum, fargate_container_profiler_profiling_fargate_avg, fargate_container_profiler_profiling_fargate_eks_avg, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, oci_host_sum, oci_host_top99p, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, profiling_aas_count_top99p, profiling_host_top99p, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum, additional_properties].hash
15051525
end
15061526
end
15071527
end

0 commit comments

Comments
 (0)