@@ -249,6 +249,15 @@ class UsageSummaryDate
249
249
# Shows the sum of all Error Tracking RUM error events over all hours in the current date for the given org.
250
250
attr_accessor :error_tracking_rum_error_events_sum
251
251
252
+ # Shows the sum of all Event Management correlated events over all hours in the current date for all organizations.
253
+ attr_accessor :event_management_correlation_correlated_events_sum
254
+
255
+ # Shows the sum of all Event Management correlated related events over all hours in the current date for all organizations.
256
+ attr_accessor :event_management_correlation_correlated_related_events_sum
257
+
258
+ # Shows the sum of all Event Management correlations over all hours in the current date for all organizations.
259
+ attr_accessor :event_management_correlation_sum
260
+
252
261
# The average number of Profiling Fargate tasks over all hours in the current date for all organizations.
253
262
attr_accessor :fargate_container_profiler_profiling_fargate_avg
254
263
@@ -616,6 +625,9 @@ def self.attribute_map
616
625
:'error_tracking_error_events_sum' => :'error_tracking_error_events_sum' ,
617
626
:'error_tracking_events_sum' => :'error_tracking_events_sum' ,
618
627
:'error_tracking_rum_error_events_sum' => :'error_tracking_rum_error_events_sum' ,
628
+ :'event_management_correlation_correlated_events_sum' => :'event_management_correlation_correlated_events_sum' ,
629
+ :'event_management_correlation_correlated_related_events_sum' => :'event_management_correlation_correlated_related_events_sum' ,
630
+ :'event_management_correlation_sum' => :'event_management_correlation_sum' ,
619
631
:'fargate_container_profiler_profiling_fargate_avg' => :'fargate_container_profiler_profiling_fargate_avg' ,
620
632
:'fargate_container_profiler_profiling_fargate_eks_avg' => :'fargate_container_profiler_profiling_fargate_eks_avg' ,
621
633
:'fargate_tasks_count_avg' => :'fargate_tasks_count_avg' ,
@@ -794,6 +806,9 @@ def self.openapi_types
794
806
:'error_tracking_error_events_sum' => :'Integer' ,
795
807
:'error_tracking_events_sum' => :'Integer' ,
796
808
:'error_tracking_rum_error_events_sum' => :'Integer' ,
809
+ :'event_management_correlation_correlated_events_sum' => :'Integer' ,
810
+ :'event_management_correlation_correlated_related_events_sum' => :'Integer' ,
811
+ :'event_management_correlation_sum' => :'Integer' ,
797
812
:'fargate_container_profiler_profiling_fargate_avg' => :'Integer' ,
798
813
:'fargate_container_profiler_profiling_fargate_eks_avg' => :'Integer' ,
799
814
:'fargate_tasks_count_avg' => :'Integer' ,
@@ -1214,6 +1229,18 @@ def initialize(attributes = {})
1214
1229
self . error_tracking_rum_error_events_sum = attributes [ :'error_tracking_rum_error_events_sum' ]
1215
1230
end
1216
1231
1232
+ if attributes . key? ( :'event_management_correlation_correlated_events_sum' )
1233
+ self . event_management_correlation_correlated_events_sum = attributes [ :'event_management_correlation_correlated_events_sum' ]
1234
+ end
1235
+
1236
+ if attributes . key? ( :'event_management_correlation_correlated_related_events_sum' )
1237
+ self . event_management_correlation_correlated_related_events_sum = attributes [ :'event_management_correlation_correlated_related_events_sum' ]
1238
+ end
1239
+
1240
+ if attributes . key? ( :'event_management_correlation_sum' )
1241
+ self . event_management_correlation_sum = attributes [ :'event_management_correlation_sum' ]
1242
+ end
1243
+
1217
1244
if attributes . key? ( :'fargate_container_profiler_profiling_fargate_avg' )
1218
1245
self . fargate_container_profiler_profiling_fargate_avg = attributes [ :'fargate_container_profiler_profiling_fargate_avg' ]
1219
1246
end
@@ -1699,6 +1726,9 @@ def ==(o)
1699
1726
error_tracking_error_events_sum == o . error_tracking_error_events_sum &&
1700
1727
error_tracking_events_sum == o . error_tracking_events_sum &&
1701
1728
error_tracking_rum_error_events_sum == o . error_tracking_rum_error_events_sum &&
1729
+ event_management_correlation_correlated_events_sum == o . event_management_correlation_correlated_events_sum &&
1730
+ event_management_correlation_correlated_related_events_sum == o . event_management_correlation_correlated_related_events_sum &&
1731
+ event_management_correlation_sum == o . event_management_correlation_sum &&
1702
1732
fargate_container_profiler_profiling_fargate_avg == o . fargate_container_profiler_profiling_fargate_avg &&
1703
1733
fargate_container_profiler_profiling_fargate_eks_avg == o . fargate_container_profiler_profiling_fargate_eks_avg &&
1704
1734
fargate_tasks_count_avg == o . fargate_tasks_count_avg &&
@@ -1801,7 +1831,7 @@ def ==(o)
1801
1831
# @return [Integer] Hash code
1802
1832
# @!visibility private
1803
1833
def hash
1804
- [ 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 , eph_infra_host_agent_sum , eph_infra_host_alibaba_sum , eph_infra_host_aws_sum , eph_infra_host_azure_sum , eph_infra_host_ent_sum , eph_infra_host_gcp_sum , eph_infra_host_heroku_sum , eph_infra_host_only_aas_sum , eph_infra_host_only_vsphere_sum , eph_infra_host_opentelemetry_apm_sum , eph_infra_host_opentelemetry_sum , eph_infra_host_pro_sum , eph_infra_host_proplus_sum , error_tracking_apm_error_events_sum , 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 , llm_observability_min_spend_sum , llm_observability_sum , 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 , network_device_wireless_top99p , 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 , product_analytics_sum , profiling_aas_count_top99p , profiling_host_top99p , published_app_hwm , 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_indexed_sessions_sum , rum_ingested_sessions_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_kotlinmultiplatform_sum , rum_mobile_lite_session_count_reactnative_sum , rum_mobile_lite_session_count_roku_sum , rum_mobile_lite_session_count_unity_sum , rum_mobile_replay_session_count_android_sum , rum_mobile_replay_session_count_ios_sum , rum_mobile_replay_session_count_kotlinmultiplatform_sum , rum_mobile_replay_session_count_reactnative_sum , rum_replay_session_count_sum , rum_session_count_sum , rum_session_replay_add_on_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
1834
+ [ 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 , eph_infra_host_agent_sum , eph_infra_host_alibaba_sum , eph_infra_host_aws_sum , eph_infra_host_azure_sum , eph_infra_host_ent_sum , eph_infra_host_gcp_sum , eph_infra_host_heroku_sum , eph_infra_host_only_aas_sum , eph_infra_host_only_vsphere_sum , eph_infra_host_opentelemetry_apm_sum , eph_infra_host_opentelemetry_sum , eph_infra_host_pro_sum , eph_infra_host_proplus_sum , error_tracking_apm_error_events_sum , error_tracking_error_events_sum , error_tracking_events_sum , error_tracking_rum_error_events_sum , event_management_correlation_correlated_events_sum , event_management_correlation_correlated_related_events_sum , event_management_correlation_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 , llm_observability_min_spend_sum , llm_observability_sum , 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 , network_device_wireless_top99p , 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 , product_analytics_sum , profiling_aas_count_top99p , profiling_host_top99p , published_app_hwm , 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_indexed_sessions_sum , rum_ingested_sessions_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_kotlinmultiplatform_sum , rum_mobile_lite_session_count_reactnative_sum , rum_mobile_lite_session_count_roku_sum , rum_mobile_lite_session_count_unity_sum , rum_mobile_replay_session_count_android_sum , rum_mobile_replay_session_count_ios_sum , rum_mobile_replay_session_count_kotlinmultiplatform_sum , rum_mobile_replay_session_count_reactnative_sum , rum_replay_session_count_sum , rum_session_count_sum , rum_session_replay_add_on_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
1805
1835
end
1806
1836
end
1807
1837
end
0 commit comments