@@ -4216,6 +4216,7 @@ components:
4216
4216
- profiled_host_usage
4217
4217
- rum_browser_mobile_sessions_usage
4218
4218
- rum_replay_sessions_usage
4219
+ - sca_fargate_usage
4219
4220
- sds_scanned_bytes_usage
4220
4221
- serverless_apps_usage
4221
4222
- siem_ingested_bytes_usage
@@ -4287,6 +4288,7 @@ components:
4287
4288
- PROFILED_HOST_USAGE
4288
4289
- RUM_BROWSER_MOBILE_SESSIONS_USAGE
4289
4290
- RUM_REPLAY_SESSIONS_USAGE
4291
+ - SCA_FARGATE_USAGE
4290
4292
- SDS_SCANNED_BYTES_USAGE
4291
4293
- SERVERLESS_APPS_USAGE
4292
4294
- SIEM_INGESTED_BYTES_USAGE
@@ -7987,6 +7989,8 @@ components:
7987
7989
- siem_ingested_bytes_percentage
7988
7990
- workflow_executions_usage
7989
7991
- workflow_executions_percentage
7992
+ - sca_fargate_usage
7993
+ - sca_fargate_percentage
7990
7994
- '*'
7991
7995
type: string
7992
7996
x-enum-varnames:
@@ -8124,6 +8128,8 @@ components:
8124
8128
- SIEM_INGESTED_BYTES_PERCENTAGE
8125
8129
- WORKFLOW_EXECUTIONS_USAGE
8126
8130
- WORKFLOW_EXECUTIONS_PERCENTAGE
8131
+ - SCA_FARGATE_USAGE
8132
+ - SCA_FARGATE_PERCENTAGE
8127
8133
- ALL
8128
8134
MonthlyUsageAttributionValues:
8129
8135
description: Fields in Usage Summary by tag(s).
@@ -8633,6 +8639,16 @@ components:
8633
8639
description: The total RUM Session Replay usage by tag(s).
8634
8640
format: double
8635
8641
type: number
8642
+ sca_fargate_percentage:
8643
+ description: The percentage of Software Composition Analysis Fargate task
8644
+ usage by tag(s).
8645
+ format: double
8646
+ type: number
8647
+ sca_fargate_usage:
8648
+ description: The total Software Composition Analysis Fargate task usage
8649
+ by tag(s).
8650
+ format: double
8651
+ type: number
8636
8652
sds_scanned_bytes_percentage:
8637
8653
description: The percentage of Sensitive Data Scanner usage by tag(s).
8638
8654
format: double
@@ -19241,6 +19257,17 @@ components:
19241
19257
1st, 2024).
19242
19258
format: int64
19243
19259
type: integer
19260
+ sca_fargate_count_avg:
19261
+ description: Shows the average of all Software Composition Analysis Fargate
19262
+ tasks over all hours in the current date for the given org.
19263
+ format: int64
19264
+ type: integer
19265
+ sca_fargate_count_hwm:
19266
+ description: Shows the sum of the high-water marks of all Software Composition
19267
+ Analysis Fargate tasks over all hours in the current date for the given
19268
+ org.
19269
+ format: int64
19270
+ type: integer
19244
19271
sds_apm_scanned_bytes_sum:
19245
19272
description: Sum of all APM bytes scanned with sensitive data scanner over
19246
19273
all hours in the current date for all organizations.
@@ -19944,6 +19971,17 @@ components:
19944
19971
1st, 2024).
19945
19972
format: int64
19946
19973
type: integer
19974
+ sca_fargate_count_avg:
19975
+ description: Shows the average of all Software Composition Analysis Fargate
19976
+ tasks over all hours in the current date for the given org.
19977
+ format: int64
19978
+ type: integer
19979
+ sca_fargate_count_hwm:
19980
+ description: Shows the sum of the high-water marks of all Software Composition
19981
+ Analysis Fargate tasks over all hours in the current date for the given
19982
+ org.
19983
+ format: int64
19984
+ type: integer
19947
19985
sds_apm_scanned_bytes_sum:
19948
19986
description: Sum of all APM bytes scanned with sensitive data scanner over
19949
19987
all hours in the current date for the given org.
@@ -20682,6 +20720,16 @@ components:
20682
20720
October 1st, 2024).
20683
20721
format: int64
20684
20722
type: integer
20723
+ sca_fargate_count_avg_sum:
20724
+ description: Shows the average of all Software Composition Analysis Fargate
20725
+ tasks over all hours in the current months for all organizations.
20726
+ format: int64
20727
+ type: integer
20728
+ sca_fargate_count_hwm_sum:
20729
+ description: Shows the sum of the high-water marks of all Software Composition
20730
+ Analysis Fargate tasks over all hours in the current months for all organizations.
20731
+ format: int64
20732
+ type: integer
20685
20733
sds_apm_scanned_bytes_sum:
20686
20734
description: Sum of all APM bytes scanned with sensitive data scanner in
20687
20735
the current month for all organizations.
0 commit comments