Skip to content

Commit 06e3066

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add feature_flags_config_requests to usage summary API (DataDog#3959)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 8cd26b1 commit 06e3066

4 files changed

Lines changed: 120 additions & 3 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22344,6 +22344,10 @@ components:
2234422344
description: Shows the average of all Fargate tasks over all hours in the current date for all organizations.
2234522345
format: int64
2234622346
type: integer
22347+
feature_flags_config_requests_sum:
22348+
description: Shows the sum of all Feature Flags Client-Side SDK config requests over all hours in the current date for all organizations.
22349+
format: int64
22350+
type: integer
2234722351
flex_logs_compute_large_avg:
2234822352
description: Shows the average number of Flex Logs Compute Large Instances over all hours in the current date for the given org.
2234922353
format: int64
@@ -23317,6 +23321,10 @@ components:
2331723321
description: Shows the high-water mark of all Fargate tasks over all hours in the current date for the given org.
2331823322
format: int64
2331923323
type: integer
23324+
feature_flags_config_requests_sum:
23325+
description: Shows the sum of all Feature Flags Client-Side SDK config requests over all hours in the current date for the given org.
23326+
format: int64
23327+
type: integer
2332023328
flex_logs_compute_large_avg:
2332123329
description: Shows the average number of Flex Logs Compute Large Instances over all hours in the current date for the given org.
2332223330
format: int64
@@ -24300,6 +24308,10 @@ components:
2430024308
description: Shows the sum of the high-water marks of all Fargate tasks over all hours in the current month for all organizations.
2430124309
format: int64
2430224310
type: integer
24311+
feature_flags_config_requests_agg_sum:
24312+
description: Shows the sum of all Feature Flags Client-Side SDK config requests over all hours in the current month for all organizations.
24313+
format: int64
24314+
type: integer
2430324315
flex_logs_compute_large_avg_sum:
2430424316
description: Shows the average number of Flex Logs Compute Large Instances over all hours in the current months for all organizations.
2430524317
format: int64

0 commit comments

Comments
 (0)