Skip to content

Commit 17306bb

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update Documentation for Data Stream Monitoring (#2055)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 31def0c commit 17306bb

File tree

6 files changed

+31
-8
lines changed

6 files changed

+31
-8
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-10-10 18:55:09.560778",
8-
"spec_repo_commit": "1bd8568a"
7+
"regenerated": "2024-10-10 19:46:04.854996",
8+
"spec_repo_commit": "049920eb"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-10 18:55:09.580319",
13-
"spec_repo_commit": "1bd8568a"
12+
"regenerated": "2024-10-10 19:46:04.873453",
13+
"spec_repo_commit": "049920eb"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4189,6 +4189,7 @@ components:
41894189
- cws_containers_usage
41904190
- cws_hosts_usage
41914191
- data_jobs_monitoring_usage
4192+
- data_stream_monitoring_usage
41924193
- dbm_hosts_usage
41934194
- dbm_queries_usage
41944195
- error_tracking_usage
@@ -4263,6 +4264,7 @@ components:
42634264
- CWS_CONTAINERS_USAGE
42644265
- CWS_HOSTS_USAGE
42654266
- DATA_JOBS_MONITORING_USAGE
4267+
- DATA_STREAM_MONITORING_USAGE
42664268
- DBM_HOSTS_USAGE
42674269
- DBM_QUERIES_USAGE
42684270
- ERROR_TRACKING_USAGE
@@ -7945,6 +7947,8 @@ components:
79457947
- cws_hosts_usage
79467948
- data_jobs_monitoring_usage
79477949
- data_jobs_monitoring_percentage
7950+
- data_stream_monitoring_usage
7951+
- data_stream_monitoring_percentage
79487952
- dbm_hosts_percentage
79497953
- dbm_hosts_usage
79507954
- dbm_queries_percentage
@@ -8088,6 +8092,8 @@ components:
80888092
- CWS_HOSTS_USAGE
80898093
- DATA_JOBS_MONITORING_USAGE
80908094
- DATA_JOBS_MONITORING_PERCENTAGE
8095+
- DATA_STREAM_MONITORING_USAGE
8096+
- DATA_STREAM_MONITORING_PERCENTAGE
80918097
- DBM_HOSTS_PERCENTAGE
80928098
- DBM_HOSTS_USAGE
80938099
- DBM_QUERIES_PERCENTAGE
@@ -8379,6 +8385,10 @@ components:
83798385
description: The Data Jobs Monitoring usage by tag(s).
83808386
format: double
83818387
type: number
8388+
data_stream_monitoring_usage:
8389+
description: The Data Stream Monitoring usage by tag(s).
8390+
format: double
8391+
type: number
83828392
dbm_hosts_percentage:
83838393
description: The percentage of Database Monitoring host usage by tag(s).
83848394
format: double

lib/datadog_api_client/v1/api/usage_metering_api.rb

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class HourlyUsageAttributionUsageType
4444
CWS_CONTAINERS_USAGE = "cws_containers_usage".freeze
4545
CWS_HOSTS_USAGE = "cws_hosts_usage".freeze
4646
DATA_JOBS_MONITORING_USAGE = "data_jobs_monitoring_usage".freeze
47+
DATA_STREAM_MONITORING_USAGE = "data_stream_monitoring_usage".freeze
4748
DBM_HOSTS_USAGE = "dbm_hosts_usage".freeze
4849
DBM_QUERIES_USAGE = "dbm_queries_usage".freeze
4950
ERROR_TRACKING_USAGE = "error_tracking_usage".freeze

lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ class MonthlyUsageAttributionSupportedMetrics
5959
CWS_HOSTS_USAGE = "cws_hosts_usage".freeze
6060
DATA_JOBS_MONITORING_USAGE = "data_jobs_monitoring_usage".freeze
6161
DATA_JOBS_MONITORING_PERCENTAGE = "data_jobs_monitoring_percentage".freeze
62+
DATA_STREAM_MONITORING_USAGE = "data_stream_monitoring_usage".freeze
63+
DATA_STREAM_MONITORING_PERCENTAGE = "data_stream_monitoring_percentage".freeze
6264
DBM_HOSTS_PERCENTAGE = "dbm_hosts_percentage".freeze
6365
DBM_HOSTS_USAGE = "dbm_hosts_usage".freeze
6466
DBM_QUERIES_PERCENTAGE = "dbm_queries_percentage".freeze

lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ class MonthlyUsageAttributionValues
150150
# The Data Jobs Monitoring usage by tag(s).
151151
attr_accessor :data_jobs_monitoring_usage
152152

153+
# The Data Stream Monitoring usage by tag(s).
154+
attr_accessor :data_stream_monitoring_usage
155+
153156
# The percentage of Database Monitoring host usage by tag(s).
154157
attr_accessor :dbm_hosts_percentage
155158

@@ -487,6 +490,7 @@ def self.attribute_map
487490
:'cws_hosts_percentage' => :'cws_hosts_percentage',
488491
:'cws_hosts_usage' => :'cws_hosts_usage',
489492
:'data_jobs_monitoring_usage' => :'data_jobs_monitoring_usage',
493+
:'data_stream_monitoring_usage' => :'data_stream_monitoring_usage',
490494
:'dbm_hosts_percentage' => :'dbm_hosts_percentage',
491495
:'dbm_hosts_usage' => :'dbm_hosts_usage',
492496
:'dbm_queries_percentage' => :'dbm_queries_percentage',
@@ -633,6 +637,7 @@ def self.openapi_types
633637
:'cws_hosts_percentage' => :'Float',
634638
:'cws_hosts_usage' => :'Float',
635639
:'data_jobs_monitoring_usage' => :'Float',
640+
:'data_stream_monitoring_usage' => :'Float',
636641
:'dbm_hosts_percentage' => :'Float',
637642
:'dbm_hosts_usage' => :'Float',
638643
:'dbm_queries_percentage' => :'Float',
@@ -922,6 +927,10 @@ def initialize(attributes = {})
922927
self.data_jobs_monitoring_usage = attributes[:'data_jobs_monitoring_usage']
923928
end
924929

930+
if attributes.key?(:'data_stream_monitoring_usage')
931+
self.data_stream_monitoring_usage = attributes[:'data_stream_monitoring_usage']
932+
end
933+
925934
if attributes.key?(:'dbm_hosts_percentage')
926935
self.dbm_hosts_percentage = attributes[:'dbm_hosts_percentage']
927936
end
@@ -1376,6 +1385,7 @@ def ==(o)
13761385
cws_hosts_percentage == o.cws_hosts_percentage &&
13771386
cws_hosts_usage == o.cws_hosts_usage &&
13781387
data_jobs_monitoring_usage == o.data_jobs_monitoring_usage &&
1388+
data_stream_monitoring_usage == o.data_stream_monitoring_usage &&
13791389
dbm_hosts_percentage == o.dbm_hosts_percentage &&
13801390
dbm_hosts_usage == o.dbm_hosts_usage &&
13811391
dbm_queries_percentage == o.dbm_queries_percentage &&
@@ -1479,7 +1489,7 @@ def ==(o)
14791489
# @return [Integer] Hash code
14801490
# @!visibility private
14811491
def hash
1482-
[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, data_jobs_monitoring_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, sca_fargate_percentage, sca_fargate_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
1492+
[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, data_jobs_monitoring_usage, data_stream_monitoring_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, sca_fargate_percentage, sca_fargate_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
14831493
end
14841494
end
14851495
end

0 commit comments

Comments
 (0)