Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2023-11-17 19:36:44.859778",
"spec_repo_commit": "506ed2d8"
"regenerated": "2023-11-17 20:28:40.970207",
"spec_repo_commit": "7fb616ae"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2023-11-17 19:36:44.875066",
"spec_repo_commit": "506ed2d8"
"regenerated": "2023-11-17 20:28:40.986776",
"spec_repo_commit": "7fb616ae"
}
}
}
20 changes: 20 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19226,6 +19226,16 @@ components:
Pro hosts over all hours in the current date for the given org.
format: int64
type: integer
custom_historical_ts_avg:
description: Shows the average number of distinct historical custom metrics
over all hours in the current date for the given org.
format: int64
type: integer
custom_live_ts_avg:
description: Shows the average number of distinct live custom metrics over
all hours in the current date for the given org.
format: int64
type: integer
custom_ts_avg:
description: Shows the average number of distinct custom metrics over all
hours in the current date for the given org.
Expand Down Expand Up @@ -19757,6 +19767,16 @@ components:
Pro hosts over all hours in the current months for all organizations.
format: int64
type: integer
custom_historical_ts_sum:
description: Shows the average number of distinct historical custom metrics
over all hours in the current months for all organizations.
format: int64
type: integer
custom_live_ts_sum:
description: Shows the average number of distinct live custom metrics over
all hours in the current months for all organizations.
format: int64
type: integer
custom_ts_sum:
description: Shows the average number of distinct custom metrics over all
hours in the current months for all organizations.
Expand Down
22 changes: 21 additions & 1 deletion lib/datadog_api_client/v1/models/usage_summary_date_org.rb
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ class UsageSummaryDateOrg
# Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current date for the given org.
attr_accessor :cspm_host_top99p

# Shows the average number of distinct historical custom metrics over all hours in the current date for the given org.
attr_accessor :custom_historical_ts_avg

# Shows the average number of distinct live custom metrics over all hours in the current date for the given org.
attr_accessor :custom_live_ts_avg

# Shows the average number of distinct custom metrics over all hours in the current date for the given org.
attr_accessor :custom_ts_avg

Expand Down Expand Up @@ -382,6 +388,8 @@ def self.attribute_map
:'cspm_container_hwm' => :'cspm_container_hwm',
:'cspm_gcp_host_top99p' => :'cspm_gcp_host_top99p',
:'cspm_host_top99p' => :'cspm_host_top99p',
:'custom_historical_ts_avg' => :'custom_historical_ts_avg',
:'custom_live_ts_avg' => :'custom_live_ts_avg',
:'custom_ts_avg' => :'custom_ts_avg',
:'cws_container_count_avg' => :'cws_container_count_avg',
:'cws_host_top99p' => :'cws_host_top99p',
Expand Down Expand Up @@ -493,6 +501,8 @@ def self.openapi_types
:'cspm_container_hwm' => :'Integer',
:'cspm_gcp_host_top99p' => :'Integer',
:'cspm_host_top99p' => :'Integer',
:'custom_historical_ts_avg' => :'Integer',
:'custom_live_ts_avg' => :'Integer',
:'custom_ts_avg' => :'Integer',
:'cws_container_count_avg' => :'Integer',
:'cws_host_top99p' => :'Integer',
Expand Down Expand Up @@ -751,6 +761,14 @@ def initialize(attributes = {})
self.cspm_host_top99p = attributes[:'cspm_host_top99p']
end

if attributes.key?(:'custom_historical_ts_avg')
self.custom_historical_ts_avg = attributes[:'custom_historical_ts_avg']
end

if attributes.key?(:'custom_live_ts_avg')
self.custom_live_ts_avg = attributes[:'custom_live_ts_avg']
end

if attributes.key?(:'custom_ts_avg')
self.custom_ts_avg = attributes[:'custom_ts_avg']
end
Expand Down Expand Up @@ -1039,6 +1057,8 @@ def ==(o)
cspm_container_hwm == o.cspm_container_hwm &&
cspm_gcp_host_top99p == o.cspm_gcp_host_top99p &&
cspm_host_top99p == o.cspm_host_top99p &&
custom_historical_ts_avg == o.custom_historical_ts_avg &&
custom_live_ts_avg == o.custom_live_ts_avg &&
custom_ts_avg == o.custom_ts_avg &&
cws_container_count_avg == o.cws_container_count_avg &&
cws_host_top99p == o.cws_host_top99p &&
Expand Down Expand Up @@ -1104,7 +1124,7 @@ def ==(o)
# @return [Integer] Hash code
# @!visibility private
def hash
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, 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_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, dbm_host_top99p_sum, dbm_queries_avg_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, id, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_agg_sum, iot_device_top99p_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, name, 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, profiling_aas_count_top99p, profiling_host_top99p, public_id, region, rum_browser_and_mobile_session_count, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, 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, 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
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, 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_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_historical_ts_avg, custom_live_ts_avg, custom_ts_avg, cws_container_count_avg, cws_host_top99p, dbm_host_top99p_sum, dbm_queries_avg_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, id, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_agg_sum, iot_device_top99p_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, name, 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, profiling_aas_count_top99p, profiling_host_top99p, public_id, region, rum_browser_and_mobile_session_count, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, 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, 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
end
end
end
Loading