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
5 changes: 4 additions & 1 deletion content/en/api/v1/usage-metering/examples.json

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions data/api/v1/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21653,6 +21653,10 @@ components:
description: Shows the average of all Fargate tasks over all hours in the current date for all organizations.
format: int64
type: integer
feature_flags_config_requests_sum:
description: Shows the sum of all Feature Flags Client-Side SDK config requests over all hours in the current date for all organizations.
format: int64
type: integer
flex_logs_compute_large_avg:
description: Shows the average number of Flex Logs Compute Large Instances over all hours in the current date for the given org.
format: int64
Expand Down Expand Up @@ -22602,6 +22606,10 @@ components:
description: Shows the high-water mark of all Fargate tasks over all hours in the current date for the given org.
format: int64
type: integer
feature_flags_config_requests_sum:
description: Shows the sum of all Feature Flags Client-Side SDK config requests over all hours in the current date for the given org.
format: int64
type: integer
flex_logs_compute_large_avg:
description: Shows the average number of Flex Logs Compute Large Instances over all hours in the current date for the given org.
format: int64
Expand Down Expand Up @@ -23561,6 +23569,10 @@ components:
description: Shows the sum of the high-water marks of all Fargate tasks over all hours in the current month for all organizations.
format: int64
type: integer
feature_flags_config_requests_agg_sum:
description: Shows the sum of all Feature Flags Client-Side SDK config requests over all hours in the current month for all organizations.
format: int64
type: integer
flex_logs_compute_large_avg_sum:
description: Shows the average number of Flex Logs Compute Large Instances over all hours in the current months for all organizations.
format: int64
Expand Down
Loading