Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4306,6 +4306,7 @@ components:
- estimated_indexed_spans_usage
- estimated_ingested_spans_usage
- fargate_usage
- flex_stored_logs
- functions_usage
- incident_management_monthly_active_users_usage
- indexed_spans_usage
Expand Down Expand Up @@ -4387,6 +4388,7 @@ components:
- ESTIMATED_INDEXED_SPANS_USAGE
- ESTIMATED_INGESTED_SPANS_USAGE
- FARGATE_USAGE
- FLEX_STORED_LOGS
- FUNCTIONS_USAGE
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
- INDEXED_SPANS_USAGE
Expand Down Expand Up @@ -8740,6 +8742,8 @@ components:
- estimated_ingested_spans_percentage
- fargate_usage
- fargate_percentage
- flex_stored_logs_usage
- flex_stored_logs_percentage
- functions_usage
- functions_percentage
- incident_management_monthly_active_users_usage
Expand Down Expand Up @@ -8897,6 +8901,8 @@ components:
- ESTIMATED_INGESTED_SPANS_PERCENTAGE
- FARGATE_USAGE
- FARGATE_PERCENTAGE
- FLEX_STORED_LOGS_USAGE
- FLEX_STORED_LOGS_PERCENTAGE
- FUNCTIONS_USAGE
- FUNCTIONS_PERCENTAGE
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
Expand Down Expand Up @@ -9256,6 +9262,14 @@ components:
description: The Fargate usage by tags.
format: double
type: number
flex_stored_logs_percentage:
description: The percentage of Flex Stored Logs usage by tags.
format: double
type: number
flex_stored_logs_usage:
description: The Flex Stored Logs usage by tags.
format: double
type: number
functions_percentage:
description: The percentage of Lambda function usage by tag(s).
format: double
Expand Down
Loading
Loading