Skip to content

Commit 814866d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add documentation for Data Jobs Monitoring summary keys (#1997)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent bd0a318 commit 814866d

File tree

5 files changed

+52
-7
lines changed

5 files changed

+52
-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-09-24 13:39:52.592197",
8-
"spec_repo_commit": "7752efd3"
7+
"regenerated": "2024-09-24 18:16:25.337140",
8+
"spec_repo_commit": "2eb52c63"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-09-24 13:39:52.606653",
13-
"spec_repo_commit": "7752efd3"
12+
"regenerated": "2024-09-24 18:16:25.361129",
13+
"spec_repo_commit": "2eb52c63"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19283,6 +19283,11 @@ components:
1928319283
over all hours in the current date for all organizations.
1928419284
format: int64
1928519285
type: integer
19286+
data_jobs_monitoring_host_hr_sum:
19287+
description: Shows the sum of all Data Jobs Monitoring hosts over all hours
19288+
in the current date for the given org.
19289+
format: int64
19290+
type: integer
1928619291
date:
1928719292
description: The date for the usage.
1928819293
format: date-time
@@ -20018,6 +20023,11 @@ components:
2001820023
over all hours in the current date for the given org.
2001920024
format: int64
2002020025
type: integer
20026+
data_jobs_monitoring_host_hr_sum:
20027+
description: Shows the sum of all Data Jobs Monitoring hosts over all hours
20028+
in the current date for the given org.
20029+
format: int64
20030+
type: integer
2002120031
dbm_host_top99p_sum:
2002220032
description: Shows the 99th percentile of all Database Monitoring hosts
2002320033
over all hours in the current month for the given org.
@@ -20752,6 +20762,11 @@ components:
2075220762
over all hours in the current month for all organizations.
2075320763
format: int64
2075420764
type: integer
20765+
data_jobs_monitoring_host_hr_agg_sum:
20766+
description: Shows the sum of Data Jobs Monitoring hosts over all hours
20767+
in the current months for all organizations
20768+
format: int64
20769+
type: integer
2075520770
dbm_host_top99p_sum:
2075620771
description: Shows the 99th percentile of all Database Monitoring hosts
2075720772
over all hours in the current month for all organizations.

lib/datadog_api_client/v1/models/usage_summary_date.rb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ class UsageSummaryDate
174174
# Shows the 99th percentile of all Cloud Workload Security hosts over all hours in the current date for all organizations.
175175
attr_accessor :cws_host_top99p
176176

177+
# Shows the sum of all Data Jobs Monitoring hosts over all hours in the current date for the given org.
178+
attr_accessor :data_jobs_monitoring_host_hr_sum
179+
177180
# The date for the usage.
178181
attr_accessor :date
179182

@@ -474,6 +477,7 @@ def self.attribute_map
474477
:'custom_ts_avg' => :'custom_ts_avg',
475478
:'cws_container_count_avg' => :'cws_container_count_avg',
476479
:'cws_host_top99p' => :'cws_host_top99p',
480+
:'data_jobs_monitoring_host_hr_sum' => :'data_jobs_monitoring_host_hr_sum',
477481
:'date' => :'date',
478482
:'dbm_host_top99p' => :'dbm_host_top99p',
479483
:'dbm_queries_count_avg' => :'dbm_queries_count_avg',
@@ -613,6 +617,7 @@ def self.openapi_types
613617
:'custom_ts_avg' => :'Integer',
614618
:'cws_container_count_avg' => :'Integer',
615619
:'cws_host_top99p' => :'Integer',
620+
:'data_jobs_monitoring_host_hr_sum' => :'Integer',
616621
:'date' => :'Time',
617622
:'dbm_host_top99p' => :'Integer',
618623
:'dbm_queries_count_avg' => :'Integer',
@@ -919,6 +924,10 @@ def initialize(attributes = {})
919924
self.cws_host_top99p = attributes[:'cws_host_top99p']
920925
end
921926

927+
if attributes.key?(:'data_jobs_monitoring_host_hr_sum')
928+
self.data_jobs_monitoring_host_hr_sum = attributes[:'data_jobs_monitoring_host_hr_sum']
929+
end
930+
922931
if attributes.key?(:'date')
923932
self.date = attributes[:'date']
924933
end
@@ -1323,6 +1332,7 @@ def ==(o)
13231332
custom_ts_avg == o.custom_ts_avg &&
13241333
cws_container_count_avg == o.cws_container_count_avg &&
13251334
cws_host_top99p == o.cws_host_top99p &&
1335+
data_jobs_monitoring_host_hr_sum == o.data_jobs_monitoring_host_hr_sum &&
13261336
date == o.date &&
13271337
dbm_host_top99p == o.dbm_host_top99p &&
13281338
dbm_queries_count_avg == o.dbm_queries_count_avg &&
@@ -1411,7 +1421,7 @@ def ==(o)
14111421
# @return [Integer] Hash code
14121422
# @!visibility private
14131423
def hash
1414-
[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, 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, 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, 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
1424+
[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, 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, 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
14151425
end
14161426
end
14171427
end

0 commit comments

Comments
 (0)