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-03-28 14:36:52.084843",
"spec_repo_commit": "a462e143"
"regenerated": "2024-03-29 13:20:55.155364",
"spec_repo_commit": "3e55ad68"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-03-28 14:36:52.102707",
"spec_repo_commit": "a462e143"
"regenerated": "2024-03-29 13:20:55.172388",
"spec_repo_commit": "3e55ad68"
}
}
}
29 changes: 29 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4110,6 +4110,7 @@ components:
- estimated_rum_sessions_usage
- fargate_usage
- functions_usage
- incident_management_monthly_active_users_usage
- indexed_spans_usage
- infra_host_usage
- ingested_logs_bytes_usage
Expand All @@ -4131,6 +4132,7 @@ components:
- npm_host_usage
- obs_pipeline_bytes_usage
- obs_pipelines_vcpu_usage
- online_archive_usage
- profiled_container_usage
- profiled_fargate_usage
- profiled_host_usage
Expand Down Expand Up @@ -4178,6 +4180,7 @@ components:
- ESTIMATED_RUM_SESSIONS_USAGE
- FARGATE_USAGE
- FUNCTIONS_USAGE
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
- INDEXED_SPANS_USAGE
- INFRA_HOST_USAGE
- INGESTED_LOGS_BYTES_USAGE
Expand All @@ -4199,6 +4202,7 @@ components:
- NPM_HOST_USAGE
- OBS_PIPELINE_BYTES_USAGE
- OBS_PIPELINE_VCPU_USAGE
- ONLINE_ARCHIVE_USAGE
- PROFILED_CONTAINER_USAGE
- PROFILED_FARGATE_USAGE
- PROFILED_HOST_USAGE
Expand Down Expand Up @@ -7816,6 +7820,8 @@ components:
- fargate_percentage
- functions_usage
- functions_percentage
- incident_management_monthly_active_users_usage
- incident_management_monthly_active_users_percentage
- infra_host_usage
- infra_host_percentage
- invocations_usage
Expand All @@ -7832,6 +7838,8 @@ components:
- obs_pipeline_bytes_percentage
- obs_pipelines_vcpu_usage
- obs_pipelines_vcpu_percentage
- online_archive_usage
- online_archive_percentage
- profiled_container_usage
- profiled_container_percentage
- profiled_fargate_usage
Expand Down Expand Up @@ -7947,6 +7955,8 @@ components:
- FARGATE_PERCENTAGE
- FUNCTIONS_USAGE
- FUNCTIONS_PERCENTAGE
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE
- INFRA_HOST_USAGE
- INFRA_HOST_PERCENTAGE
- INVOCATIONS_USAGE
Expand All @@ -7963,6 +7973,8 @@ components:
- OBS_PIPELINE_BYTES_PERCENTAGE
- OBS_PIPELINES_VCPU_USAGE
- OBS_PIPELINES_VCPU_PERCENTAGE
- ONLINE_ARCHIVE_USAGE
- ONLINE_ARCHIVE_PERCENTAGE
- PROFILED_CONTAINER_USAGE
- PROFILED_CONTAINER_PERCENTAGE
- PROFILED_FARGATE_USAGE
Expand Down Expand Up @@ -8286,6 +8298,15 @@ components:
description: The Lambda function usage by tag(s).
format: double
type: number
incident_management_monthly_active_users_percentage:
description: The percentage of Incident Management monthly active users
usage by tag(s).
format: double
type: number
incident_management_monthly_active_users_usage:
description: The Incident Management monthly active users usage by tag(s).
format: double
type: number
indexed_spans_percentage:
description: The percentage of APM Indexed Spans usage by tag(s).
format: double
Expand Down Expand Up @@ -8465,6 +8486,14 @@ components:
description: The observability pipeline per core usage by tag(s).
format: double
type: number
online_archive_percentage:
description: The percentage of online archive usage by tag(s).
format: double
type: number
online_archive_usage:
description: The online archive usage by tag(s).
format: double
type: number
profiled_container_percentage:
description: The percentage of profiled container usage by tag(s).
format: double
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 @@ -54,6 +54,7 @@ class HourlyUsageAttributionUsageType
ESTIMATED_RUM_SESSIONS_USAGE = "estimated_rum_sessions_usage".freeze
FARGATE_USAGE = "fargate_usage".freeze
FUNCTIONS_USAGE = "functions_usage".freeze
INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE = "incident_management_monthly_active_users_usage".freeze
INDEXED_SPANS_USAGE = "indexed_spans_usage".freeze
INFRA_HOST_USAGE = "infra_host_usage".freeze
INGESTED_LOGS_BYTES_USAGE = "ingested_logs_bytes_usage".freeze
Expand All @@ -75,6 +76,7 @@ class HourlyUsageAttributionUsageType
NPM_HOST_USAGE = "npm_host_usage".freeze
OBS_PIPELINE_BYTES_USAGE = "obs_pipeline_bytes_usage".freeze
OBS_PIPELINE_VCPU_USAGE = "obs_pipelines_vcpu_usage".freeze
ONLINE_ARCHIVE_USAGE = "online_archive_usage".freeze
PROFILED_CONTAINER_USAGE = "profiled_container_usage".freeze
PROFILED_FARGATE_USAGE = "profiled_fargate_usage".freeze
PROFILED_HOST_USAGE = "profiled_host_usage".freeze
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ class MonthlyUsageAttributionSupportedMetrics
FARGATE_PERCENTAGE = "fargate_percentage".freeze
FUNCTIONS_USAGE = "functions_usage".freeze
FUNCTIONS_PERCENTAGE = "functions_percentage".freeze
INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE = "incident_management_monthly_active_users_usage".freeze
INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE = "incident_management_monthly_active_users_percentage".freeze
INFRA_HOST_USAGE = "infra_host_usage".freeze
INFRA_HOST_PERCENTAGE = "infra_host_percentage".freeze
INVOCATIONS_USAGE = "invocations_usage".freeze
Expand All @@ -91,6 +93,8 @@ class MonthlyUsageAttributionSupportedMetrics
OBS_PIPELINE_BYTES_PERCENTAGE = "obs_pipeline_bytes_percentage".freeze
OBS_PIPELINES_VCPU_USAGE = "obs_pipelines_vcpu_usage".freeze
OBS_PIPELINES_VCPU_PERCENTAGE = "obs_pipelines_vcpu_percentage".freeze
ONLINE_ARCHIVE_USAGE = "online_archive_usage".freeze
ONLINE_ARCHIVE_PERCENTAGE = "online_archive_percentage".freeze
PROFILED_CONTAINER_USAGE = "profiled_container_usage".freeze
PROFILED_CONTAINER_PERCENTAGE = "profiled_container_percentage".freeze
PROFILED_FARGATE_USAGE = "profiled_fargate_usage".freeze
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,12 @@ class MonthlyUsageAttributionValues
# The Lambda function usage by tag(s).
attr_accessor :functions_usage

# The percentage of Incident Management monthly active users usage by tag(s).
attr_accessor :incident_management_monthly_active_users_percentage

# The Incident Management monthly active users usage by tag(s).
attr_accessor :incident_management_monthly_active_users_usage

# The percentage of APM Indexed Spans usage by tag(s).
attr_accessor :indexed_spans_percentage

Expand Down Expand Up @@ -333,6 +339,12 @@ class MonthlyUsageAttributionValues
# The observability pipeline per core usage by tag(s).
attr_accessor :obs_pipelines_vcpu_usage

# The percentage of online archive usage by tag(s).
attr_accessor :online_archive_percentage

# The online archive usage by tag(s).
attr_accessor :online_archive_usage

# The percentage of profiled container usage by tag(s).
attr_accessor :profiled_container_percentage

Expand Down Expand Up @@ -471,6 +483,8 @@ def self.attribute_map
:'fargate_usage' => :'fargate_usage',
:'functions_percentage' => :'functions_percentage',
:'functions_usage' => :'functions_usage',
:'incident_management_monthly_active_users_percentage' => :'incident_management_monthly_active_users_percentage',
:'incident_management_monthly_active_users_usage' => :'incident_management_monthly_active_users_usage',
:'indexed_spans_percentage' => :'indexed_spans_percentage',
:'indexed_spans_usage' => :'indexed_spans_usage',
:'infra_host_percentage' => :'infra_host_percentage',
Expand Down Expand Up @@ -513,6 +527,8 @@ def self.attribute_map
:'obs_pipeline_bytes_usage' => :'obs_pipeline_bytes_usage',
:'obs_pipelines_vcpu_percentage' => :'obs_pipelines_vcpu_percentage',
:'obs_pipelines_vcpu_usage' => :'obs_pipelines_vcpu_usage',
:'online_archive_percentage' => :'online_archive_percentage',
:'online_archive_usage' => :'online_archive_usage',
:'profiled_container_percentage' => :'profiled_container_percentage',
:'profiled_container_usage' => :'profiled_container_usage',
:'profiled_fargate_percentage' => :'profiled_fargate_percentage',
Expand Down Expand Up @@ -606,6 +622,8 @@ def self.openapi_types
:'fargate_usage' => :'Float',
:'functions_percentage' => :'Float',
:'functions_usage' => :'Float',
:'incident_management_monthly_active_users_percentage' => :'Float',
:'incident_management_monthly_active_users_usage' => :'Float',
:'indexed_spans_percentage' => :'Float',
:'indexed_spans_usage' => :'Float',
:'infra_host_percentage' => :'Float',
Expand Down Expand Up @@ -648,6 +666,8 @@ def self.openapi_types
:'obs_pipeline_bytes_usage' => :'Float',
:'obs_pipelines_vcpu_percentage' => :'Float',
:'obs_pipelines_vcpu_usage' => :'Float',
:'online_archive_percentage' => :'Float',
:'online_archive_usage' => :'Float',
:'profiled_container_percentage' => :'Float',
:'profiled_container_usage' => :'Float',
:'profiled_fargate_percentage' => :'Float',
Expand Down Expand Up @@ -939,6 +959,14 @@ def initialize(attributes = {})
self.functions_usage = attributes[:'functions_usage']
end

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

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

if attributes.key?(:'indexed_spans_percentage')
self.indexed_spans_percentage = attributes[:'indexed_spans_percentage']
end
Expand Down Expand Up @@ -1107,6 +1135,14 @@ def initialize(attributes = {})
self.obs_pipelines_vcpu_usage = attributes[:'obs_pipelines_vcpu_usage']
end

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

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

if attributes.key?(:'profiled_container_percentage')
self.profiled_container_percentage = attributes[:'profiled_container_percentage']
end
Expand Down Expand Up @@ -1272,6 +1308,8 @@ def ==(o)
fargate_usage == o.fargate_usage &&
functions_percentage == o.functions_percentage &&
functions_usage == o.functions_usage &&
incident_management_monthly_active_users_percentage == o.incident_management_monthly_active_users_percentage &&
incident_management_monthly_active_users_usage == o.incident_management_monthly_active_users_usage &&
indexed_spans_percentage == o.indexed_spans_percentage &&
indexed_spans_usage == o.indexed_spans_usage &&
infra_host_percentage == o.infra_host_percentage &&
Expand Down Expand Up @@ -1314,6 +1352,8 @@ def ==(o)
obs_pipeline_bytes_usage == o.obs_pipeline_bytes_usage &&
obs_pipelines_vcpu_percentage == o.obs_pipelines_vcpu_percentage &&
obs_pipelines_vcpu_usage == o.obs_pipelines_vcpu_usage &&
online_archive_percentage == o.online_archive_percentage &&
online_archive_usage == o.online_archive_usage &&
profiled_container_percentage == o.profiled_container_percentage &&
profiled_container_usage == o.profiled_container_usage &&
profiled_fargate_percentage == o.profiled_fargate_percentage &&
Expand Down Expand Up @@ -1344,7 +1384,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, 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_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, 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_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
end
end
end