Skip to content

Commit d4c13bf

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Added spec for flex_stored_logs (#2834)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent b7c0bd7 commit d4c13bf

16 files changed

+243
-1079
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -4388,6 +4389,7 @@ components:
43884389
- ESTIMATED_INDEXED_SPANS_USAGE
43894390
- ESTIMATED_INGESTED_SPANS_USAGE
43904391
- FARGATE_USAGE
4392+
- FLEX_STORED_LOGS
43914393
- FUNCTIONS_USAGE
43924394
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
43934395
- INDEXED_SPANS_USAGE
@@ -8742,6 +8744,8 @@ components:
87428744
- estimated_ingested_spans_percentage
87438745
- fargate_usage
87448746
- fargate_percentage
8747+
- flex_stored_logs_usage
8748+
- flex_stored_logs_percentage
87458749
- functions_usage
87468750
- functions_percentage
87478751
- incident_management_monthly_active_users_usage
@@ -8901,6 +8905,8 @@ components:
89018905
- ESTIMATED_INGESTED_SPANS_PERCENTAGE
89028906
- FARGATE_USAGE
89038907
- FARGATE_PERCENTAGE
8908+
- FLEX_STORED_LOGS_USAGE
8909+
- FLEX_STORED_LOGS_PERCENTAGE
89048910
- FUNCTIONS_USAGE
89058911
- FUNCTIONS_PERCENTAGE
89068912
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
@@ -9262,6 +9268,14 @@ components:
92629268
description: The Fargate usage by tags.
92639269
format: double
92649270
type: number
9271+
flex_stored_logs_percentage:
9272+
description: The percentage of Flex Stored Logs usage by tags.
9273+
format: double
9274+
type: number
9275+
flex_stored_logs_usage:
9276+
description: The Flex Stored Logs usage by tags.
9277+
format: double
9278+
type: number
92659279
functions_percentage:
92669280
description: The percentage of Lambda function usage by tag(s).
92679281
format: double

0 commit comments

Comments
 (0)