Skip to content

Commit a2cfe57

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 6fcd93fa of spec repo
1 parent 8360a87 commit a2cfe57

File tree

5 files changed

+97
-7
lines changed

5 files changed

+97
-7
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-11-05 22:28:17.976412",
8-
"spec_repo_commit": "2db17c21"
7+
"regenerated": "2024-11-06 18:05:19.346929",
8+
"spec_repo_commit": "6fcd93fa"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-05 22:28:17.995053",
13-
"spec_repo_commit": "2db17c21"
12+
"regenerated": "2024-11-06 18:05:19.365637",
13+
"spec_repo_commit": "6fcd93fa"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19928,11 +19928,21 @@ components:
1992819928
over all hours in the current date for all organizations.
1992919929
format: int64
1993019930
type: integer
19931+
error_tracking_error_events_sum:
19932+
description: Shows the sum of all Error Tracking error events over all hours
19933+
in the current date for the given org.
19934+
format: int64
19935+
type: integer
1993119936
error_tracking_events_sum:
1993219937
description: Shows the sum of all Error Tracking events over all hours in
1993319938
the current date for the given org.
1993419939
format: int64
1993519940
type: integer
19941+
error_tracking_rum_error_events_sum:
19942+
description: Shows the sum of all Error Tracking RUM error events over all
19943+
hours in the current date for the given org.
19944+
format: int64
19945+
type: integer
1993619946
fargate_tasks_count_avg:
1993719947
description: Shows the high-watermark of all Fargate tasks over all hours
1993819948
in the current date for all organizations.
@@ -20684,11 +20694,21 @@ components:
2068420694
queries over all hours in the current month for the given org.
2068520695
format: int64
2068620696
type: integer
20697+
error_tracking_error_events_sum:
20698+
description: Shows the sum of all Error Tracking error events over all hours
20699+
in the current date for the given org.
20700+
format: int64
20701+
type: integer
2068720702
error_tracking_events_sum:
2068820703
description: Shows the sum of all Error Tracking events over all hours in
2068920704
the current date for the given org.
2069020705
format: int64
2069120706
type: integer
20707+
error_tracking_rum_error_events_sum:
20708+
description: Shows the sum of all Error Tracking RUM error events over all
20709+
hours in the current date for the given org.
20710+
format: int64
20711+
type: integer
2069220712
fargate_tasks_count_avg:
2069320713
description: The average task count for Fargate.
2069420714
format: int64
@@ -21447,11 +21467,21 @@ components:
2144721467
description: Shows the last date of usage in the current month for all organizations.
2144821468
format: date-time
2144921469
type: string
21470+
error_tracking_error_events_agg_sum:
21471+
description: Shows the sum of all Error Tracking error events over all hours
21472+
in the current months for all organizations.
21473+
format: int64
21474+
type: integer
2145021475
error_tracking_events_agg_sum:
2145121476
description: Shows the sum of all Error Tracking events over all hours in
2145221477
the current months for all organizations.
2145321478
format: int64
2145421479
type: integer
21480+
error_tracking_rum_error_events_agg_sum:
21481+
description: Shows the sum of all Error Tracking RUM error events over all
21482+
hours in the current months for all organizations.
21483+
format: int64
21484+
type: integer
2145521485
fargate_tasks_count_avg_sum:
2145621486
description: Shows the average of all Fargate tasks over all hours in the
2145721487
current month for all organizations.

lib/datadog_api_client/v1/models/usage_summary_date.rb

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,15 @@ class UsageSummaryDate
192192
# Shows the average of all normalized Database Monitoring queries over all hours in the current date for all organizations.
193193
attr_accessor :dbm_queries_count_avg
194194

195+
# Shows the sum of all Error Tracking error events over all hours in the current date for the given org.
196+
attr_accessor :error_tracking_error_events_sum
197+
195198
# Shows the sum of all Error Tracking events over all hours in the current date for the given org.
196199
attr_accessor :error_tracking_events_sum
197200

201+
# Shows the sum of all Error Tracking RUM error events over all hours in the current date for the given org.
202+
attr_accessor :error_tracking_rum_error_events_sum
203+
198204
# Shows the high-watermark of all Fargate tasks over all hours in the current date for all organizations.
199205
attr_accessor :fargate_tasks_count_avg
200206

@@ -495,7 +501,9 @@ def self.attribute_map
495501
:'date' => :'date',
496502
:'dbm_host_top99p' => :'dbm_host_top99p',
497503
:'dbm_queries_count_avg' => :'dbm_queries_count_avg',
504+
:'error_tracking_error_events_sum' => :'error_tracking_error_events_sum',
498505
:'error_tracking_events_sum' => :'error_tracking_events_sum',
506+
:'error_tracking_rum_error_events_sum' => :'error_tracking_rum_error_events_sum',
499507
:'fargate_tasks_count_avg' => :'fargate_tasks_count_avg',
500508
:'fargate_tasks_count_hwm' => :'fargate_tasks_count_hwm',
501509
:'flex_logs_compute_large_avg' => :'flex_logs_compute_large_avg',
@@ -639,7 +647,9 @@ def self.openapi_types
639647
:'date' => :'Time',
640648
:'dbm_host_top99p' => :'Integer',
641649
:'dbm_queries_count_avg' => :'Integer',
650+
:'error_tracking_error_events_sum' => :'Integer',
642651
:'error_tracking_events_sum' => :'Integer',
652+
:'error_tracking_rum_error_events_sum' => :'Integer',
643653
:'fargate_tasks_count_avg' => :'Integer',
644654
:'fargate_tasks_count_hwm' => :'Integer',
645655
:'flex_logs_compute_large_avg' => :'Integer',
@@ -968,10 +978,18 @@ def initialize(attributes = {})
968978
self.dbm_queries_count_avg = attributes[:'dbm_queries_count_avg']
969979
end
970980

981+
if attributes.key?(:'error_tracking_error_events_sum')
982+
self.error_tracking_error_events_sum = attributes[:'error_tracking_error_events_sum']
983+
end
984+
971985
if attributes.key?(:'error_tracking_events_sum')
972986
self.error_tracking_events_sum = attributes[:'error_tracking_events_sum']
973987
end
974988

989+
if attributes.key?(:'error_tracking_rum_error_events_sum')
990+
self.error_tracking_rum_error_events_sum = attributes[:'error_tracking_rum_error_events_sum']
991+
end
992+
975993
if attributes.key?(:'fargate_tasks_count_avg')
976994
self.fargate_tasks_count_avg = attributes[:'fargate_tasks_count_avg']
977995
end
@@ -1374,7 +1392,9 @@ def ==(o)
13741392
date == o.date &&
13751393
dbm_host_top99p == o.dbm_host_top99p &&
13761394
dbm_queries_count_avg == o.dbm_queries_count_avg &&
1395+
error_tracking_error_events_sum == o.error_tracking_error_events_sum &&
13771396
error_tracking_events_sum == o.error_tracking_events_sum &&
1397+
error_tracking_rum_error_events_sum == o.error_tracking_rum_error_events_sum &&
13781398
fargate_tasks_count_avg == o.fargate_tasks_count_avg &&
13791399
fargate_tasks_count_hwm == o.fargate_tasks_count_hwm &&
13801400
flex_logs_compute_large_avg == o.flex_logs_compute_large_avg &&
@@ -1461,7 +1481,7 @@ def ==(o)
14611481
# @return [Integer] Hash code
14621482
# @!visibility private
14631483
def hash
1464-
[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, 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_host_top99p, data_jobs_monitoring_host_hr_sum, date, dbm_host_top99p, dbm_queries_count_avg, error_tracking_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].hash
1484+
[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, 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_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].hash
14651485
end
14661486
end
14671487
end

0 commit comments

Comments
 (0)