@@ -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.
0 commit comments