@@ -4306,6 +4306,7 @@ components:
43064306 - estimated_indexed_spans_usage
43074307 - estimated_ingested_spans_usage
43084308 - fargate_usage
4309+ - flex_stored_logs
43094310 - functions_usage
43104311 - incident_management_monthly_active_users_usage
43114312 - indexed_spans_usage
@@ -4387,6 +4388,7 @@ components:
43874388 - ESTIMATED_INDEXED_SPANS_USAGE
43884389 - ESTIMATED_INGESTED_SPANS_USAGE
43894390 - FARGATE_USAGE
4391+ - FLEX_STORED_LOGS
43904392 - FUNCTIONS_USAGE
43914393 - INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
43924394 - INDEXED_SPANS_USAGE
@@ -8740,6 +8742,8 @@ components:
87408742 - estimated_ingested_spans_percentage
87418743 - fargate_usage
87428744 - fargate_percentage
8745+ - flex_stored_logs_usage
8746+ - flex_stored_logs_percentage
87438747 - functions_usage
87448748 - functions_percentage
87458749 - incident_management_monthly_active_users_usage
@@ -8897,6 +8901,8 @@ components:
88978901 - ESTIMATED_INGESTED_SPANS_PERCENTAGE
88988902 - FARGATE_USAGE
88998903 - FARGATE_PERCENTAGE
8904+ - FLEX_STORED_LOGS_USAGE
8905+ - FLEX_STORED_LOGS_PERCENTAGE
89008906 - FUNCTIONS_USAGE
89018907 - FUNCTIONS_PERCENTAGE
89028908 - INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
@@ -9256,6 +9262,14 @@ components:
92569262 description: The Fargate usage by tags.
92579263 format: double
92589264 type: number
9265+ flex_stored_logs_percentage:
9266+ description: The percentage of Flex Stored Logs usage by tags.
9267+ format: double
9268+ type: number
9269+ flex_stored_logs_usage:
9270+ description: The Flex Stored Logs usage by tags.
9271+ format: double
9272+ type: number
92599273 functions_percentage:
92609274 description: The percentage of Lambda function usage by tag(s).
92619275 format: double
0 commit comments