Skip to content

Commit ca80689

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
New keys for summary public endpoint for Event Management Correlation product (#2580)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent c1fdaf3 commit ca80689

File tree

5 files changed

+140
-5
lines changed

5 files changed

+140
-5
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "69305be",
3-
"generated": "2025-08-05 16:20:32.413"
2+
"spec_repo_commit": "6e520c2",
3+
"generated": "2025-08-05 21:10:52.435"
44
}

.generator/schemas/v1/openapi.yaml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20767,6 +20767,21 @@ components:
2076720767
hours in the current date for the given org.
2076820768
format: int64
2076920769
type: integer
20770+
event_management_correlation_correlated_events_sum:
20771+
description: Shows the sum of all Event Management correlated events over
20772+
all hours in the current date for all organizations.
20773+
format: int64
20774+
type: integer
20775+
event_management_correlation_correlated_related_events_sum:
20776+
description: Shows the sum of all Event Management correlated related events
20777+
over all hours in the current date for all organizations.
20778+
format: int64
20779+
type: integer
20780+
event_management_correlation_sum:
20781+
description: Shows the sum of all Event Management correlations over all
20782+
hours in the current date for all organizations.
20783+
format: int64
20784+
type: integer
2077020785
fargate_container_profiler_profiling_fargate_avg:
2077120786
description: The average number of Profiling Fargate tasks over all hours
2077220787
in the current date for all organizations.
@@ -21697,6 +21712,21 @@ components:
2169721712
hours in the current date for the given org.
2169821713
format: int64
2169921714
type: integer
21715+
event_management_correlation_correlated_events_sum:
21716+
description: Shows the sum of all Event Management correlated events over
21717+
all hours in the current date for the given org.
21718+
format: int64
21719+
type: integer
21720+
event_management_correlation_correlated_related_events_sum:
21721+
description: Shows the sum of all Event Management correlated related events
21722+
over all hours in the current date for the given org.
21723+
format: int64
21724+
type: integer
21725+
event_management_correlation_sum:
21726+
description: Shows the sum of all Event Management correlations over all
21727+
hours in the current date for the given org.
21728+
format: int64
21729+
type: integer
2170021730
fargate_container_profiler_profiling_fargate_avg:
2170121731
description: The average number of Profiling Fargate tasks over all hours
2170221732
in the current month for the given org.
@@ -22632,6 +22662,21 @@ components:
2263222662
hours in the current month for all organizations.
2263322663
format: int64
2263422664
type: integer
22665+
event_management_correlation_agg_sum:
22666+
description: Shows the sum of all Event Management correlations over all
22667+
hours in the current month for all organizations.
22668+
format: int64
22669+
type: integer
22670+
event_management_correlation_correlated_events_agg_sum:
22671+
description: Shows the sum of all Event Management correlated events over
22672+
all hours in the current month for all organizations.
22673+
format: int64
22674+
type: integer
22675+
event_management_correlation_correlated_related_events_agg_sum:
22676+
description: Shows the sum of all Event Management correlated related events
22677+
over all hours in the current month for all organizations.
22678+
format: int64
22679+
type: integer
2263522680
fargate_container_profiler_profiling_fargate_avg_sum:
2263622681
description: The average number of Profiling Fargate tasks over all hours
2263722682
in the current month for all organizations.

lib/datadog_api_client/v1/models/usage_summary_date.rb

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,15 @@ class UsageSummaryDate
249249
# Shows the sum of all Error Tracking RUM error events over all hours in the current date for the given org.
250250
attr_accessor :error_tracking_rum_error_events_sum
251251

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+
252261
# The average number of Profiling Fargate tasks over all hours in the current date for all organizations.
253262
attr_accessor :fargate_container_profiler_profiling_fargate_avg
254263

@@ -616,6 +625,9 @@ def self.attribute_map
616625
:'error_tracking_error_events_sum' => :'error_tracking_error_events_sum',
617626
:'error_tracking_events_sum' => :'error_tracking_events_sum',
618627
:'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',
619631
:'fargate_container_profiler_profiling_fargate_avg' => :'fargate_container_profiler_profiling_fargate_avg',
620632
:'fargate_container_profiler_profiling_fargate_eks_avg' => :'fargate_container_profiler_profiling_fargate_eks_avg',
621633
:'fargate_tasks_count_avg' => :'fargate_tasks_count_avg',
@@ -794,6 +806,9 @@ def self.openapi_types
794806
:'error_tracking_error_events_sum' => :'Integer',
795807
:'error_tracking_events_sum' => :'Integer',
796808
:'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',
797812
:'fargate_container_profiler_profiling_fargate_avg' => :'Integer',
798813
:'fargate_container_profiler_profiling_fargate_eks_avg' => :'Integer',
799814
:'fargate_tasks_count_avg' => :'Integer',
@@ -1214,6 +1229,18 @@ def initialize(attributes = {})
12141229
self.error_tracking_rum_error_events_sum = attributes[:'error_tracking_rum_error_events_sum']
12151230
end
12161231

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+
12171244
if attributes.key?(:'fargate_container_profiler_profiling_fargate_avg')
12181245
self.fargate_container_profiler_profiling_fargate_avg = attributes[:'fargate_container_profiler_profiling_fargate_avg']
12191246
end
@@ -1699,6 +1726,9 @@ def ==(o)
16991726
error_tracking_error_events_sum == o.error_tracking_error_events_sum &&
17001727
error_tracking_events_sum == o.error_tracking_events_sum &&
17011728
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 &&
17021732
fargate_container_profiler_profiling_fargate_avg == o.fargate_container_profiler_profiling_fargate_avg &&
17031733
fargate_container_profiler_profiling_fargate_eks_avg == o.fargate_container_profiler_profiling_fargate_eks_avg &&
17041734
fargate_tasks_count_avg == o.fargate_tasks_count_avg &&
@@ -1801,7 +1831,7 @@ def ==(o)
18011831
# @return [Integer] Hash code
18021832
# @!visibility private
18031833
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
18051835
end
18061836
end
18071837
end

0 commit comments

Comments
 (0)