@@ -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_analyzed_logs_add_on_usage
@@ -4288,6 +4289,7 @@ components:
4288
4289
- PROFILED_HOST_USAGE
4289
4290
- RUM_BROWSER_MOBILE_SESSIONS_USAGE
4290
4291
- RUM_REPLAY_SESSIONS_USAGE
4292
+ - SCA_FARGATE_USAGE
4291
4293
- SDS_SCANNED_BYTES_USAGE
4292
4294
- SERVERLESS_APPS_USAGE
4293
4295
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
@@ -7991,6 +7993,8 @@ components:
7991
7993
- siem_ingested_bytes_percentage
7992
7994
- workflow_executions_usage
7993
7995
- workflow_executions_percentage
7996
+ - sca_fargate_usage
7997
+ - sca_fargate_percentage
7994
7998
- '*'
7995
7999
type: string
7996
8000
x-enum-varnames:
@@ -8130,6 +8134,8 @@ components:
8130
8134
- SIEM_INGESTED_BYTES_PERCENTAGE
8131
8135
- WORKFLOW_EXECUTIONS_USAGE
8132
8136
- WORKFLOW_EXECUTIONS_PERCENTAGE
8137
+ - SCA_FARGATE_USAGE
8138
+ - SCA_FARGATE_PERCENTAGE
8133
8139
- ALL
8134
8140
MonthlyUsageAttributionValues:
8135
8141
description: Fields in Usage Summary by tag(s).
@@ -8639,6 +8645,16 @@ components:
8639
8645
description: The total RUM Session Replay usage by tag(s).
8640
8646
format: double
8641
8647
type: number
8648
+ sca_fargate_percentage:
8649
+ description: The percentage of Software Composition Analysis Fargate task
8650
+ usage by tag(s).
8651
+ format: double
8652
+ type: number
8653
+ sca_fargate_usage:
8654
+ description: The total Software Composition Analysis Fargate task usage
8655
+ by tag(s).
8656
+ format: double
8657
+ type: number
8642
8658
sds_scanned_bytes_percentage:
8643
8659
description: The percentage of Sensitive Data Scanner usage by tag(s).
8644
8660
format: double
@@ -19256,6 +19272,17 @@ components:
19256
19272
1st, 2024).
19257
19273
format: int64
19258
19274
type: integer
19275
+ sca_fargate_count_avg:
19276
+ description: Shows the average of all Software Composition Analysis Fargate
19277
+ tasks over all hours in the current date for the given org.
19278
+ format: int64
19279
+ type: integer
19280
+ sca_fargate_count_hwm:
19281
+ description: Shows the sum of the high-water marks of all Software Composition
19282
+ Analysis Fargate tasks over all hours in the current date for the given
19283
+ org.
19284
+ format: int64
19285
+ type: integer
19259
19286
sds_apm_scanned_bytes_sum:
19260
19287
description: Sum of all APM bytes scanned with sensitive data scanner over
19261
19288
all hours in the current date for all organizations.
@@ -19964,6 +19991,17 @@ components:
19964
19991
1st, 2024).
19965
19992
format: int64
19966
19993
type: integer
19994
+ sca_fargate_count_avg:
19995
+ description: Shows the average of all Software Composition Analysis Fargate
19996
+ tasks over all hours in the current date for the given org.
19997
+ format: int64
19998
+ type: integer
19999
+ sca_fargate_count_hwm:
20000
+ description: Shows the sum of the high-water marks of all Software Composition
20001
+ Analysis Fargate tasks over all hours in the current date for the given
20002
+ org.
20003
+ format: int64
20004
+ type: integer
19967
20005
sds_apm_scanned_bytes_sum:
19968
20006
description: Sum of all APM bytes scanned with sensitive data scanner over
19969
20007
all hours in the current date for the given org.
@@ -20707,6 +20745,16 @@ components:
20707
20745
October 1st, 2024).
20708
20746
format: int64
20709
20747
type: integer
20748
+ sca_fargate_count_avg_sum:
20749
+ description: Shows the average of all Software Composition Analysis Fargate
20750
+ tasks over all hours in the current months for all organizations.
20751
+ format: int64
20752
+ type: integer
20753
+ sca_fargate_count_hwm_sum:
20754
+ description: Shows the sum of the high-water marks of all Software Composition
20755
+ Analysis Fargate tasks over all hours in the current months for all organizations.
20756
+ format: int64
20757
+ type: integer
20710
20758
sds_apm_scanned_bytes_sum:
20711
20759
description: Sum of all APM bytes scanned with sensitive data scanner in
20712
20760
the current month for all organizations.
0 commit comments