@@ -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
15071527end
0 commit comments