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": "2024-07-26 17:47:45.904969",
"spec_repo_commit": "187cfa14"
"regenerated": "2024-07-26 18:27:55.198557",
"spec_repo_commit": "7e92b530"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-07-26 17:47:45.922703",
"spec_repo_commit": "187cfa14"
"regenerated": "2024-07-26 18:27:55.216536",
"spec_repo_commit": "7e92b530"
}
}
}
30 changes: 30 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4218,6 +4218,7 @@ components:
- rum_replay_sessions_usage
- sds_scanned_bytes_usage
- serverless_apps_usage
- siem_analyzed_logs_add_on_usage
- siem_ingested_bytes_usage
- snmp_usage
- universal_service_monitoring_usage
Expand Down Expand Up @@ -4289,6 +4290,7 @@ components:
- RUM_REPLAY_SESSIONS_USAGE
- SDS_SCANNED_BYTES_USAGE
- SERVERLESS_APPS_USAGE
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
- SIEM_INGESTED_BYTES_USAGE
- SNMP_USAGE
- UNIVERSAL_SERVICE_MONITORING_USAGE
Expand Down Expand Up @@ -7983,6 +7985,8 @@ components:
- rum_browser_mobile_sessions_percentage
- ingested_spans_bytes_usage
- ingested_spans_bytes_percentage
- siem_analyzed_logs_add_on_usage
- siem_analyzed_logs_add_on_percentage
- siem_ingested_bytes_usage
- siem_ingested_bytes_percentage
- workflow_executions_usage
Expand Down Expand Up @@ -8120,6 +8124,8 @@ components:
- RUM_BROWSER_MOBILE_SESSIONS_PERCENTAGE
- INGESTED_SPANS_BYTES_USAGE
- INGESTED_SPANS_BYTES_PERCENTAGE
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
- SIEM_ANALYZED_LOGS_ADD_ON_PERCENTAGE
- SIEM_INGESTED_BYTES_USAGE
- SIEM_INGESTED_BYTES_PERCENTAGE
- WORKFLOW_EXECUTIONS_USAGE
Expand Down Expand Up @@ -8649,6 +8655,15 @@ components:
description: The total Serverless Apps usage by tag(s).
format: double
type: number
siem_analyzed_logs_add_on_percentage:
description: The percentage of log events analyzed by Cloud SIEM usage by
tag(s).
format: double
type: number
siem_analyzed_logs_add_on_usage:
description: The log events analyzed by Cloud SIEM usage by tag(s).
format: double
type: number
siem_ingested_bytes_percentage:
description: The percentage of SIEM usage by tag(s).
format: double
Expand Down Expand Up @@ -19282,6 +19297,11 @@ components:
and Google Cloud for the given date and given org.
format: int64
type: integer
siem_analyzed_logs_add_on_count_sum:
description: Shows the sum of all log events analyzed by Cloud SIEM over
all hours in the current date for the given org.
format: int64
type: integer
synthetics_browser_check_calls_count_sum:
description: Shows the sum of all Synthetic browser tests over all hours
in the current date for all organizations.
Expand Down Expand Up @@ -19985,6 +20005,11 @@ components:
and Google Cloud for the given date and given org.
format: int64
type: integer
siem_analyzed_logs_add_on_count_sum:
description: Shows the sum of all log events analyzed by Cloud SIEM over
all hours in the current date for the given org.
format: int64
type: integer
synthetics_browser_check_calls_count_sum:
description: Shows the sum of all Synthetic browser tests over all hours
in the current date for the given org.
Expand Down Expand Up @@ -20723,6 +20748,11 @@ components:
Google Cloud in the current month for all organizations.
format: int64
type: integer
siem_analyzed_logs_add_on_count_agg_sum:
description: Shows the sum of all log events analyzed by Cloud SIEM over
all hours in the current month for all organizations.
format: int64
type: integer
start_date:
description: Shows the first date of usage in the current month for all
organizations.
Expand Down
6 changes: 3 additions & 3 deletions lib/datadog_api_client/v1/api/usage_metering_api.rb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ class HourlyUsageAttributionUsageType
RUM_REPLAY_SESSIONS_USAGE = "rum_replay_sessions_usage".freeze
SDS_SCANNED_BYTES_USAGE = "sds_scanned_bytes_usage".freeze
SERVERLESS_APPS_USAGE = "serverless_apps_usage".freeze
SIEM_ANALYZED_LOGS_ADD_ON_USAGE = "siem_analyzed_logs_add_on_usage".freeze
SIEM_INGESTED_BYTES_USAGE = "siem_ingested_bytes_usage".freeze
SNMP_USAGE = "snmp_usage".freeze
UNIVERSAL_SERVICE_MONITORING_USAGE = "universal_service_monitoring_usage".freeze
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ class MonthlyUsageAttributionSupportedMetrics
RUM_BROWSER_MOBILE_SESSIONS_PERCENTAGE = "rum_browser_mobile_sessions_percentage".freeze
INGESTED_SPANS_BYTES_USAGE = "ingested_spans_bytes_usage".freeze
INGESTED_SPANS_BYTES_PERCENTAGE = "ingested_spans_bytes_percentage".freeze
SIEM_ANALYZED_LOGS_ADD_ON_USAGE = "siem_analyzed_logs_add_on_usage".freeze
SIEM_ANALYZED_LOGS_ADD_ON_PERCENTAGE = "siem_analyzed_logs_add_on_percentage".freeze
SIEM_INGESTED_BYTES_USAGE = "siem_ingested_bytes_usage".freeze
SIEM_INGESTED_BYTES_PERCENTAGE = "siem_ingested_bytes_percentage".freeze
WORKFLOW_EXECUTIONS_USAGE = "workflow_executions_usage".freeze
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,12 @@ class MonthlyUsageAttributionValues
# The total Serverless Apps usage by tag(s).
attr_accessor :serverless_apps_usage

# The percentage of log events analyzed by Cloud SIEM usage by tag(s).
attr_accessor :siem_analyzed_logs_add_on_percentage

# The log events analyzed by Cloud SIEM usage by tag(s).
attr_accessor :siem_analyzed_logs_add_on_usage

# The percentage of SIEM usage by tag(s).
attr_accessor :siem_ingested_bytes_percentage

Expand Down Expand Up @@ -551,6 +557,8 @@ def self.attribute_map
:'sds_scanned_bytes_usage' => :'sds_scanned_bytes_usage',
:'serverless_apps_percentage' => :'serverless_apps_percentage',
:'serverless_apps_usage' => :'serverless_apps_usage',
:'siem_analyzed_logs_add_on_percentage' => :'siem_analyzed_logs_add_on_percentage',
:'siem_analyzed_logs_add_on_usage' => :'siem_analyzed_logs_add_on_usage',
:'siem_ingested_bytes_percentage' => :'siem_ingested_bytes_percentage',
:'siem_ingested_bytes_usage' => :'siem_ingested_bytes_usage',
:'snmp_percentage' => :'snmp_percentage',
Expand Down Expand Up @@ -692,6 +700,8 @@ def self.openapi_types
:'sds_scanned_bytes_usage' => :'Float',
:'serverless_apps_percentage' => :'Float',
:'serverless_apps_usage' => :'Float',
:'siem_analyzed_logs_add_on_percentage' => :'Float',
:'siem_analyzed_logs_add_on_usage' => :'Float',
:'siem_ingested_bytes_percentage' => :'Float',
:'siem_ingested_bytes_usage' => :'Float',
:'snmp_percentage' => :'Float',
Expand Down Expand Up @@ -1217,6 +1227,14 @@ def initialize(attributes = {})
self.serverless_apps_usage = attributes[:'serverless_apps_usage']
end

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

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

if attributes.key?(:'siem_ingested_bytes_percentage')
self.siem_ingested_bytes_percentage = attributes[:'siem_ingested_bytes_percentage']
end
Expand Down Expand Up @@ -1388,6 +1406,8 @@ def ==(o)
sds_scanned_bytes_usage == o.sds_scanned_bytes_usage &&
serverless_apps_percentage == o.serverless_apps_percentage &&
serverless_apps_usage == o.serverless_apps_usage &&
siem_analyzed_logs_add_on_percentage == o.siem_analyzed_logs_add_on_percentage &&
siem_analyzed_logs_add_on_usage == o.siem_analyzed_logs_add_on_usage &&
siem_ingested_bytes_percentage == o.siem_ingested_bytes_percentage &&
siem_ingested_bytes_usage == o.siem_ingested_bytes_usage &&
snmp_percentage == o.snmp_percentage &&
Expand All @@ -1404,7 +1424,7 @@ def ==(o)
# @return [Integer] Hash code
# @!visibility private
def hash
[api_percentage, api_usage, apm_fargate_percentage, apm_fargate_usage, apm_host_percentage, apm_host_usage, apm_usm_percentage, apm_usm_usage, appsec_fargate_percentage, appsec_fargate_usage, appsec_percentage, appsec_usage, asm_serverless_traced_invocations_percentage, asm_serverless_traced_invocations_usage, browser_percentage, browser_usage, ci_pipeline_indexed_spans_percentage, ci_pipeline_indexed_spans_usage, ci_test_indexed_spans_percentage, ci_test_indexed_spans_usage, ci_visibility_itr_percentage, ci_visibility_itr_usage, cloud_siem_percentage, cloud_siem_usage, container_excl_agent_percentage, container_excl_agent_usage, container_percentage, container_usage, cspm_containers_percentage, cspm_containers_usage, cspm_hosts_percentage, cspm_hosts_usage, custom_event_percentage, custom_event_usage, custom_ingested_timeseries_percentage, custom_ingested_timeseries_usage, custom_timeseries_percentage, custom_timeseries_usage, cws_containers_percentage, cws_containers_usage, cws_hosts_percentage, cws_hosts_usage, dbm_hosts_percentage, dbm_hosts_usage, dbm_queries_percentage, dbm_queries_usage, error_tracking_percentage, error_tracking_usage, estimated_indexed_logs_percentage, estimated_indexed_logs_usage, estimated_indexed_spans_percentage, estimated_indexed_spans_usage, estimated_ingested_logs_percentage, estimated_ingested_logs_usage, estimated_ingested_spans_percentage, estimated_ingested_spans_usage, estimated_rum_sessions_percentage, estimated_rum_sessions_usage, fargate_percentage, fargate_usage, functions_percentage, functions_usage, incident_management_monthly_active_users_percentage, incident_management_monthly_active_users_usage, indexed_spans_percentage, indexed_spans_usage, infra_host_percentage, infra_host_usage, ingested_logs_bytes_percentage, ingested_logs_bytes_usage, ingested_spans_bytes_percentage, ingested_spans_bytes_usage, invocations_percentage, invocations_usage, lambda_traced_invocations_percentage, lambda_traced_invocations_usage, logs_indexed_15day_percentage, logs_indexed_15day_usage, logs_indexed_180day_percentage, logs_indexed_180day_usage, logs_indexed_1day_percentage, logs_indexed_1day_usage, logs_indexed_30day_percentage, logs_indexed_30day_usage, logs_indexed_360day_percentage, logs_indexed_360day_usage, logs_indexed_3day_percentage, logs_indexed_3day_usage, logs_indexed_45day_percentage, logs_indexed_45day_usage, logs_indexed_60day_percentage, logs_indexed_60day_usage, logs_indexed_7day_percentage, logs_indexed_7day_usage, logs_indexed_90day_percentage, logs_indexed_90day_usage, logs_indexed_custom_retention_percentage, logs_indexed_custom_retention_usage, mobile_app_testing_percentage, mobile_app_testing_usage, ndm_netflow_percentage, ndm_netflow_usage, npm_host_percentage, npm_host_usage, obs_pipeline_bytes_percentage, obs_pipeline_bytes_usage, obs_pipelines_vcpu_percentage, obs_pipelines_vcpu_usage, online_archive_percentage, online_archive_usage, profiled_container_percentage, profiled_container_usage, profiled_fargate_percentage, profiled_fargate_usage, profiled_host_percentage, profiled_host_usage, rum_browser_mobile_sessions_percentage, rum_browser_mobile_sessions_usage, rum_replay_sessions_percentage, rum_replay_sessions_usage, sds_scanned_bytes_percentage, sds_scanned_bytes_usage, serverless_apps_percentage, serverless_apps_usage, siem_ingested_bytes_percentage, siem_ingested_bytes_usage, snmp_percentage, snmp_usage, universal_service_monitoring_percentage, universal_service_monitoring_usage, vuln_management_hosts_percentage, vuln_management_hosts_usage, workflow_executions_percentage, workflow_executions_usage].hash
[api_percentage, api_usage, apm_fargate_percentage, apm_fargate_usage, apm_host_percentage, apm_host_usage, apm_usm_percentage, apm_usm_usage, appsec_fargate_percentage, appsec_fargate_usage, appsec_percentage, appsec_usage, asm_serverless_traced_invocations_percentage, asm_serverless_traced_invocations_usage, browser_percentage, browser_usage, ci_pipeline_indexed_spans_percentage, ci_pipeline_indexed_spans_usage, ci_test_indexed_spans_percentage, ci_test_indexed_spans_usage, ci_visibility_itr_percentage, ci_visibility_itr_usage, cloud_siem_percentage, cloud_siem_usage, container_excl_agent_percentage, container_excl_agent_usage, container_percentage, container_usage, cspm_containers_percentage, cspm_containers_usage, cspm_hosts_percentage, cspm_hosts_usage, custom_event_percentage, custom_event_usage, custom_ingested_timeseries_percentage, custom_ingested_timeseries_usage, custom_timeseries_percentage, custom_timeseries_usage, cws_containers_percentage, cws_containers_usage, cws_hosts_percentage, cws_hosts_usage, dbm_hosts_percentage, dbm_hosts_usage, dbm_queries_percentage, dbm_queries_usage, error_tracking_percentage, error_tracking_usage, estimated_indexed_logs_percentage, estimated_indexed_logs_usage, estimated_indexed_spans_percentage, estimated_indexed_spans_usage, estimated_ingested_logs_percentage, estimated_ingested_logs_usage, estimated_ingested_spans_percentage, estimated_ingested_spans_usage, estimated_rum_sessions_percentage, estimated_rum_sessions_usage, fargate_percentage, fargate_usage, functions_percentage, functions_usage, incident_management_monthly_active_users_percentage, incident_management_monthly_active_users_usage, indexed_spans_percentage, indexed_spans_usage, infra_host_percentage, infra_host_usage, ingested_logs_bytes_percentage, ingested_logs_bytes_usage, ingested_spans_bytes_percentage, ingested_spans_bytes_usage, invocations_percentage, invocations_usage, lambda_traced_invocations_percentage, lambda_traced_invocations_usage, logs_indexed_15day_percentage, logs_indexed_15day_usage, logs_indexed_180day_percentage, logs_indexed_180day_usage, logs_indexed_1day_percentage, logs_indexed_1day_usage, logs_indexed_30day_percentage, logs_indexed_30day_usage, logs_indexed_360day_percentage, logs_indexed_360day_usage, logs_indexed_3day_percentage, logs_indexed_3day_usage, logs_indexed_45day_percentage, logs_indexed_45day_usage, logs_indexed_60day_percentage, logs_indexed_60day_usage, logs_indexed_7day_percentage, logs_indexed_7day_usage, logs_indexed_90day_percentage, logs_indexed_90day_usage, logs_indexed_custom_retention_percentage, logs_indexed_custom_retention_usage, mobile_app_testing_percentage, mobile_app_testing_usage, ndm_netflow_percentage, ndm_netflow_usage, npm_host_percentage, npm_host_usage, obs_pipeline_bytes_percentage, obs_pipeline_bytes_usage, obs_pipelines_vcpu_percentage, obs_pipelines_vcpu_usage, online_archive_percentage, online_archive_usage, profiled_container_percentage, profiled_container_usage, profiled_fargate_percentage, profiled_fargate_usage, profiled_host_percentage, profiled_host_usage, rum_browser_mobile_sessions_percentage, rum_browser_mobile_sessions_usage, rum_replay_sessions_percentage, rum_replay_sessions_usage, sds_scanned_bytes_percentage, sds_scanned_bytes_usage, serverless_apps_percentage, serverless_apps_usage, siem_analyzed_logs_add_on_percentage, siem_analyzed_logs_add_on_usage, siem_ingested_bytes_percentage, siem_ingested_bytes_usage, snmp_percentage, snmp_usage, universal_service_monitoring_percentage, universal_service_monitoring_usage, vuln_management_hosts_percentage, vuln_management_hosts_usage, workflow_executions_percentage, workflow_executions_usage].hash
end
end
end
Loading