Skip to content

Commit 33c2bf6

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add new keys for CWS Fargate Task in summary usage and usage attribution endpoints (#2254)
* Regenerate client from commit ae3b5463 of spec repo * pre-commit fixes * pre-commit fixes * pre-commit fixes * pre-commit fixes * pre-commit fixes * pre-commit fixes * pre-commit fixes * pre-commit fixes * pre-commit fixes * pre-commit fixes * pre-commit fixes * pre-commit fixes * pre-commit fixes * pre-commit fixes --------- Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 3024e5e commit 33c2bf6

File tree

9 files changed

+98
-15
lines changed

9 files changed

+98
-15
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-11-08 14:25:42.445397",
8-
"spec_repo_commit": "d907813e"
7+
"regenerated": "2024-11-08 19:36:36.952168",
8+
"spec_repo_commit": "ae3b5463"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-08 14:25:42.463162",
13-
"spec_repo_commit": "d907813e"
12+
"regenerated": "2024-11-08 19:36:36.969913",
13+
"spec_repo_commit": "ae3b5463"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4187,6 +4187,7 @@ components:
41874187
- custom_ingested_timeseries_usage
41884188
- custom_timeseries_usage
41894189
- cws_containers_usage
4190+
- cws_fargate_task_usage
41904191
- cws_hosts_usage
41914192
- data_jobs_monitoring_usage
41924193
- data_stream_monitoring_usage
@@ -4259,6 +4260,7 @@ components:
42594260
- CUSTOM_INGESTED_TIMESERIES_USAGE
42604261
- CUSTOM_TIMESERIES_USAGE
42614262
- CWS_CONTAINERS_USAGE
4263+
- CWS_FARGATE_TASK_USAGE
42624264
- CWS_HOSTS_USAGE
42634265
- DATA_JOBS_MONITORING_USAGE
42644266
- DATA_STREAM_MONITORING_USAGE
@@ -7939,6 +7941,8 @@ components:
79397941
- custom_ingested_timeseries_percentage
79407942
- cws_containers_percentage
79417943
- cws_containers_usage
7944+
- cws_fargate_task_percentage
7945+
- cws_fargate_task_usage
79427946
- cws_hosts_percentage
79437947
- cws_hosts_usage
79447948
- data_jobs_monitoring_usage
@@ -8078,6 +8082,8 @@ components:
80788082
- CUSTOM_INGESTED_TIMESERIES_PERCENTAGE
80798083
- CWS_CONTAINERS_PERCENTAGE
80808084
- CWS_CONTAINERS_USAGE
8085+
- CWS_FARGATE_TASK_PERCENTAGE
8086+
- CWS_FARGATE_TASK_USAGE
80818087
- CWS_HOSTS_PERCENTAGE
80828088
- CWS_HOSTS_USAGE
80838089
- DATA_JOBS_MONITORING_USAGE
@@ -8357,6 +8363,15 @@ components:
83578363
description: The Cloud Workload Security container usage by tag(s).
83588364
format: double
83598365
type: number
8366+
cws_fargate_task_percentage:
8367+
description: The percentage of Cloud Workload Security Fargate task usage
8368+
by tag(s).
8369+
format: double
8370+
type: number
8371+
cws_fargate_task_usage:
8372+
description: The Cloud Workload Security Fargate task usage by tag(s).
8373+
format: double
8374+
type: number
83608375
cws_hosts_percentage:
83618376
description: The percentage of Cloud Workload Security host usage by tag(s).
83628377
format: double
@@ -19909,6 +19924,11 @@ components:
1990919924
over all hours in the current date for all organizations.
1991019925
format: int64
1991119926
type: integer
19927+
cws_fargate_task_avg:
19928+
description: Shows the average of all distinct Cloud Workload Security Fargate
19929+
tasks over all hours in the current date for all organizations.
19930+
format: int64
19931+
type: integer
1991219932
cws_host_top99p:
1991319933
description: Shows the 99th percentile of all Cloud Workload Security hosts
1991419934
over all hours in the current date for all organizations.
@@ -20679,6 +20699,11 @@ components:
2067920699
over all hours in the current date for the given org.
2068020700
format: int64
2068120701
type: integer
20702+
cws_fargate_task_avg:
20703+
description: Shows the average of all distinct Cloud Workload Security Fargate
20704+
tasks over all hours in the current date for the given org.
20705+
format: int64
20706+
type: integer
2068220707
cws_host_top99p:
2068320708
description: Shows the 99th percentile of all Cloud Workload Security hosts
2068420709
over all hours in the current date for the given org.
@@ -21443,11 +21468,16 @@ components:
2144321468
hours in the current month for all organizations.
2144421469
format: int64
2144521470
type: integer
21446-
cws_containers_avg_sum:
21471+
cws_container_avg_sum:
2144721472
description: Shows the average of all distinct Cloud Workload Security containers
2144821473
over all hours in the current month for all organizations.
2144921474
format: int64
2145021475
type: integer
21476+
cws_fargate_task_avg_sum:
21477+
description: Shows the average of all distinct Cloud Workload Security Fargate
21478+
tasks over all hours in the current month for all organizations.
21479+
format: int64
21480+
type: integer
2145121481
cws_host_top99p_sum:
2145221482
description: Shows the 99th percentile of all Cloud Workload Security hosts
2145321483
over all hours in the current month for all organizations.

examples/v2/security-monitoring/ListHistoricalJobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
HISTORICAL_JOB_DATA_ID = environ["HISTORICAL_JOB_DATA_ID"]
1111

1212
configuration = Configuration()
13-
configuration.unstable_operations["list_historical_jobs"] = True
1413
configuration.unstable_operations["run_historical_job"] = True
14+
configuration.unstable_operations["list_historical_jobs"] = True
1515
with ApiClient(configuration) as api_client:
1616
api_instance = SecurityMonitoringApi(api_client)
1717
response = api_instance.list_historical_jobs(

src/datadog_api_client/v1/model/hourly_usage_attribution_usage_type.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class HourlyUsageAttributionUsageType(ModelSimple):
1616
"""
1717
Supported products for hourly usage attribution requests.
1818
19-
:param value: Must be one of ["api_usage", "apm_fargate_usage", "apm_host_usage", "apm_usm_usage", "appsec_fargate_usage", "appsec_usage", "asm_serverless_traced_invocations_usage", "asm_serverless_traced_invocations_percentage", "browser_usage", "ci_pipeline_indexed_spans_usage", "ci_test_indexed_spans_usage", "ci_visibility_itr_usage", "cloud_siem_usage", "container_excl_agent_usage", "container_usage", "cspm_containers_usage", "cspm_hosts_usage", "custom_event_usage", "custom_ingested_timeseries_usage", "custom_timeseries_usage", "cws_containers_usage", "cws_hosts_usage", "data_jobs_monitoring_usage", "data_stream_monitoring_usage", "dbm_hosts_usage", "dbm_queries_usage", "error_tracking_usage", "error_tracking_percentage", "estimated_indexed_spans_usage", "estimated_ingested_spans_usage", "fargate_usage", "functions_usage", "incident_management_monthly_active_users_usage", "indexed_spans_usage", "infra_host_usage", "ingested_logs_bytes_usage", "ingested_spans_bytes_usage", "invocations_usage", "lambda_traced_invocations_usage", "logs_indexed_15day_usage", "logs_indexed_180day_usage", "logs_indexed_1day_usage", "logs_indexed_30day_usage", "logs_indexed_360day_usage", "logs_indexed_3day_usage", "logs_indexed_45day_usage", "logs_indexed_60day_usage", "logs_indexed_7day_usage", "logs_indexed_90day_usage", "logs_indexed_custom_retention_usage", "mobile_app_testing_usage", "ndm_netflow_usage", "npm_host_usage", "obs_pipeline_bytes_usage", "obs_pipelines_vcpu_usage", "online_archive_usage", "profiled_container_usage", "profiled_fargate_usage", "profiled_host_usage", "rum_browser_mobile_sessions_usage", "rum_replay_sessions_usage", "sca_fargate_usage", "sds_scanned_bytes_usage", "serverless_apps_usage", "siem_analyzed_logs_add_on_usage", "siem_ingested_bytes_usage", "snmp_usage", "universal_service_monitoring_usage", "vuln_management_hosts_usage", "workflow_executions_usage"].
19+
:param value: Must be one of ["api_usage", "apm_fargate_usage", "apm_host_usage", "apm_usm_usage", "appsec_fargate_usage", "appsec_usage", "asm_serverless_traced_invocations_usage", "asm_serverless_traced_invocations_percentage", "browser_usage", "ci_pipeline_indexed_spans_usage", "ci_test_indexed_spans_usage", "ci_visibility_itr_usage", "cloud_siem_usage", "container_excl_agent_usage", "container_usage", "cspm_containers_usage", "cspm_hosts_usage", "custom_event_usage", "custom_ingested_timeseries_usage", "custom_timeseries_usage", "cws_containers_usage", "cws_fargate_task_usage", "cws_hosts_usage", "data_jobs_monitoring_usage", "data_stream_monitoring_usage", "dbm_hosts_usage", "dbm_queries_usage", "error_tracking_usage", "error_tracking_percentage", "estimated_indexed_spans_usage", "estimated_ingested_spans_usage", "fargate_usage", "functions_usage", "incident_management_monthly_active_users_usage", "indexed_spans_usage", "infra_host_usage", "ingested_logs_bytes_usage", "ingested_spans_bytes_usage", "invocations_usage", "lambda_traced_invocations_usage", "logs_indexed_15day_usage", "logs_indexed_180day_usage", "logs_indexed_1day_usage", "logs_indexed_30day_usage", "logs_indexed_360day_usage", "logs_indexed_3day_usage", "logs_indexed_45day_usage", "logs_indexed_60day_usage", "logs_indexed_7day_usage", "logs_indexed_90day_usage", "logs_indexed_custom_retention_usage", "mobile_app_testing_usage", "ndm_netflow_usage", "npm_host_usage", "obs_pipeline_bytes_usage", "obs_pipelines_vcpu_usage", "online_archive_usage", "profiled_container_usage", "profiled_fargate_usage", "profiled_host_usage", "rum_browser_mobile_sessions_usage", "rum_replay_sessions_usage", "sca_fargate_usage", "sds_scanned_bytes_usage", "serverless_apps_usage", "siem_analyzed_logs_add_on_usage", "siem_ingested_bytes_usage", "snmp_usage", "universal_service_monitoring_usage", "vuln_management_hosts_usage", "workflow_executions_usage"].
2020
:type value: str
2121
"""
2222

@@ -42,6 +42,7 @@ class HourlyUsageAttributionUsageType(ModelSimple):
4242
"custom_ingested_timeseries_usage",
4343
"custom_timeseries_usage",
4444
"cws_containers_usage",
45+
"cws_fargate_task_usage",
4546
"cws_hosts_usage",
4647
"data_jobs_monitoring_usage",
4748
"data_stream_monitoring_usage",
@@ -113,6 +114,7 @@ class HourlyUsageAttributionUsageType(ModelSimple):
113114
CUSTOM_INGESTED_TIMESERIES_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
114115
CUSTOM_TIMESERIES_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
115116
CWS_CONTAINERS_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
117+
CWS_FARGATE_TASK_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
116118
CWS_HOSTS_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
117119
DATA_JOBS_MONITORING_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
118120
DATA_STREAM_MONITORING_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
@@ -203,6 +205,7 @@ def openapi_types(_):
203205
)
204206
HourlyUsageAttributionUsageType.CUSTOM_TIMESERIES_USAGE = HourlyUsageAttributionUsageType("custom_timeseries_usage")
205207
HourlyUsageAttributionUsageType.CWS_CONTAINERS_USAGE = HourlyUsageAttributionUsageType("cws_containers_usage")
208+
HourlyUsageAttributionUsageType.CWS_FARGATE_TASK_USAGE = HourlyUsageAttributionUsageType("cws_fargate_task_usage")
206209
HourlyUsageAttributionUsageType.CWS_HOSTS_USAGE = HourlyUsageAttributionUsageType("cws_hosts_usage")
207210
HourlyUsageAttributionUsageType.DATA_JOBS_MONITORING_USAGE = HourlyUsageAttributionUsageType(
208211
"data_jobs_monitoring_usage"

src/datadog_api_client/v1/model/monthly_usage_attribution_supported_metrics.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class MonthlyUsageAttributionSupportedMetrics(ModelSimple):
1616
"""
1717
Supported metrics for monthly usage attribution requests.
1818
19-
:param value: Must be one of ["api_usage", "api_percentage", "apm_fargate_usage", "apm_fargate_percentage", "appsec_fargate_usage", "appsec_fargate_percentage", "apm_host_usage", "apm_host_percentage", "apm_usm_usage", "apm_usm_percentage", "appsec_usage", "appsec_percentage", "asm_serverless_traced_invocations_usage", "asm_serverless_traced_invocations_percentage", "browser_usage", "browser_percentage", "ci_visibility_itr_usage", "ci_visibility_itr_percentage", "cloud_siem_usage", "cloud_siem_percentage", "container_excl_agent_usage", "container_excl_agent_percentage", "container_usage", "container_percentage", "cspm_containers_percentage", "cspm_containers_usage", "cspm_hosts_percentage", "cspm_hosts_usage", "custom_timeseries_usage", "custom_timeseries_percentage", "custom_ingested_timeseries_usage", "custom_ingested_timeseries_percentage", "cws_containers_percentage", "cws_containers_usage", "cws_hosts_percentage", "cws_hosts_usage", "data_jobs_monitoring_usage", "data_jobs_monitoring_percentage", "data_stream_monitoring_usage", "data_stream_monitoring_percentage", "dbm_hosts_percentage", "dbm_hosts_usage", "dbm_queries_percentage", "dbm_queries_usage", "error_tracking_usage", "error_tracking_percentage", "estimated_indexed_spans_usage", "estimated_indexed_spans_percentage", "estimated_ingested_spans_usage", "estimated_ingested_spans_percentage", "fargate_usage", "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", "invocations_percentage", "lambda_traced_invocations_usage", "lambda_traced_invocations_percentage", "mobile_app_testing_percentage", "mobile_app_testing_usage", "ndm_netflow_usage", "ndm_netflow_percentage", "npm_host_usage", "npm_host_percentage", "obs_pipeline_bytes_usage", "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", "profiled_fargate_percentage", "profiled_host_usage", "profiled_host_percentage", "serverless_apps_usage", "serverless_apps_percentage", "snmp_usage", "snmp_percentage", "universal_service_monitoring_usage", "universal_service_monitoring_percentage", "vuln_management_hosts_usage", "vuln_management_hosts_percentage", "sds_scanned_bytes_usage", "sds_scanned_bytes_percentage", "ci_test_indexed_spans_usage", "ci_test_indexed_spans_percentage", "ingested_logs_bytes_usage", "ingested_logs_bytes_percentage", "ci_pipeline_indexed_spans_usage", "ci_pipeline_indexed_spans_percentage", "indexed_spans_usage", "indexed_spans_percentage", "custom_event_usage", "custom_event_percentage", "logs_indexed_custom_retention_usage", "logs_indexed_custom_retention_percentage", "logs_indexed_360day_usage", "logs_indexed_360day_percentage", "logs_indexed_180day_usage", "logs_indexed_180day_percentage", "logs_indexed_90day_usage", "logs_indexed_90day_percentage", "logs_indexed_60day_usage", "logs_indexed_60day_percentage", "logs_indexed_45day_usage", "logs_indexed_45day_percentage", "logs_indexed_30day_usage", "logs_indexed_30day_percentage", "logs_indexed_15day_usage", "logs_indexed_15day_percentage", "logs_indexed_7day_usage", "logs_indexed_7day_percentage", "logs_indexed_3day_usage", "logs_indexed_3day_percentage", "logs_indexed_1day_usage", "logs_indexed_1day_percentage", "rum_replay_sessions_usage", "rum_replay_sessions_percentage", "rum_browser_mobile_sessions_usage", "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", "workflow_executions_percentage", "sca_fargate_usage", "sca_fargate_percentage", "*"].
19+
:param value: Must be one of ["api_usage", "api_percentage", "apm_fargate_usage", "apm_fargate_percentage", "appsec_fargate_usage", "appsec_fargate_percentage", "apm_host_usage", "apm_host_percentage", "apm_usm_usage", "apm_usm_percentage", "appsec_usage", "appsec_percentage", "asm_serverless_traced_invocations_usage", "asm_serverless_traced_invocations_percentage", "browser_usage", "browser_percentage", "ci_visibility_itr_usage", "ci_visibility_itr_percentage", "cloud_siem_usage", "cloud_siem_percentage", "container_excl_agent_usage", "container_excl_agent_percentage", "container_usage", "container_percentage", "cspm_containers_percentage", "cspm_containers_usage", "cspm_hosts_percentage", "cspm_hosts_usage", "custom_timeseries_usage", "custom_timeseries_percentage", "custom_ingested_timeseries_usage", "custom_ingested_timeseries_percentage", "cws_containers_percentage", "cws_containers_usage", "cws_fargate_task_percentage", "cws_fargate_task_usage", "cws_hosts_percentage", "cws_hosts_usage", "data_jobs_monitoring_usage", "data_jobs_monitoring_percentage", "data_stream_monitoring_usage", "data_stream_monitoring_percentage", "dbm_hosts_percentage", "dbm_hosts_usage", "dbm_queries_percentage", "dbm_queries_usage", "error_tracking_usage", "error_tracking_percentage", "estimated_indexed_spans_usage", "estimated_indexed_spans_percentage", "estimated_ingested_spans_usage", "estimated_ingested_spans_percentage", "fargate_usage", "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", "invocations_percentage", "lambda_traced_invocations_usage", "lambda_traced_invocations_percentage", "mobile_app_testing_percentage", "mobile_app_testing_usage", "ndm_netflow_usage", "ndm_netflow_percentage", "npm_host_usage", "npm_host_percentage", "obs_pipeline_bytes_usage", "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", "profiled_fargate_percentage", "profiled_host_usage", "profiled_host_percentage", "serverless_apps_usage", "serverless_apps_percentage", "snmp_usage", "snmp_percentage", "universal_service_monitoring_usage", "universal_service_monitoring_percentage", "vuln_management_hosts_usage", "vuln_management_hosts_percentage", "sds_scanned_bytes_usage", "sds_scanned_bytes_percentage", "ci_test_indexed_spans_usage", "ci_test_indexed_spans_percentage", "ingested_logs_bytes_usage", "ingested_logs_bytes_percentage", "ci_pipeline_indexed_spans_usage", "ci_pipeline_indexed_spans_percentage", "indexed_spans_usage", "indexed_spans_percentage", "custom_event_usage", "custom_event_percentage", "logs_indexed_custom_retention_usage", "logs_indexed_custom_retention_percentage", "logs_indexed_360day_usage", "logs_indexed_360day_percentage", "logs_indexed_180day_usage", "logs_indexed_180day_percentage", "logs_indexed_90day_usage", "logs_indexed_90day_percentage", "logs_indexed_60day_usage", "logs_indexed_60day_percentage", "logs_indexed_45day_usage", "logs_indexed_45day_percentage", "logs_indexed_30day_usage", "logs_indexed_30day_percentage", "logs_indexed_15day_usage", "logs_indexed_15day_percentage", "logs_indexed_7day_usage", "logs_indexed_7day_percentage", "logs_indexed_3day_usage", "logs_indexed_3day_percentage", "logs_indexed_1day_usage", "logs_indexed_1day_percentage", "rum_replay_sessions_usage", "rum_replay_sessions_percentage", "rum_browser_mobile_sessions_usage", "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", "workflow_executions_percentage", "sca_fargate_usage", "sca_fargate_percentage", "*"].
2020
:type value: str
2121
"""
2222

@@ -55,6 +55,8 @@ class MonthlyUsageAttributionSupportedMetrics(ModelSimple):
5555
"custom_ingested_timeseries_percentage",
5656
"cws_containers_percentage",
5757
"cws_containers_usage",
58+
"cws_fargate_task_percentage",
59+
"cws_fargate_task_usage",
5860
"cws_hosts_percentage",
5961
"cws_hosts_usage",
6062
"data_jobs_monitoring_usage",
@@ -193,6 +195,8 @@ class MonthlyUsageAttributionSupportedMetrics(ModelSimple):
193195
CUSTOM_INGESTED_TIMESERIES_PERCENTAGE: ClassVar["MonthlyUsageAttributionSupportedMetrics"]
194196
CWS_CONTAINERS_PERCENTAGE: ClassVar["MonthlyUsageAttributionSupportedMetrics"]
195197
CWS_CONTAINERS_USAGE: ClassVar["MonthlyUsageAttributionSupportedMetrics"]
198+
CWS_FARGATE_TASK_PERCENTAGE: ClassVar["MonthlyUsageAttributionSupportedMetrics"]
199+
CWS_FARGATE_TASK_USAGE: ClassVar["MonthlyUsageAttributionSupportedMetrics"]
196200
CWS_HOSTS_PERCENTAGE: ClassVar["MonthlyUsageAttributionSupportedMetrics"]
197201
CWS_HOSTS_USAGE: ClassVar["MonthlyUsageAttributionSupportedMetrics"]
198202
DATA_JOBS_MONITORING_USAGE: ClassVar["MonthlyUsageAttributionSupportedMetrics"]
@@ -384,6 +388,12 @@ def openapi_types(_):
384388
MonthlyUsageAttributionSupportedMetrics.CWS_CONTAINERS_USAGE = MonthlyUsageAttributionSupportedMetrics(
385389
"cws_containers_usage"
386390
)
391+
MonthlyUsageAttributionSupportedMetrics.CWS_FARGATE_TASK_PERCENTAGE = MonthlyUsageAttributionSupportedMetrics(
392+
"cws_fargate_task_percentage"
393+
)
394+
MonthlyUsageAttributionSupportedMetrics.CWS_FARGATE_TASK_USAGE = MonthlyUsageAttributionSupportedMetrics(
395+
"cws_fargate_task_usage"
396+
)
387397
MonthlyUsageAttributionSupportedMetrics.CWS_HOSTS_PERCENTAGE = MonthlyUsageAttributionSupportedMetrics(
388398
"cws_hosts_percentage"
389399
)

0 commit comments

Comments
 (0)