Skip to content

Commit

Permalink
Add UT breakdown for fargate_container_profiler billing dimension (#2842
Browse files Browse the repository at this point in the history
)

Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Dec 18, 2024
1 parent b3f219c commit 6c78b58
Show file tree
Hide file tree
Showing 5 changed files with 696 additions and 454 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-17 15:50:58.956034",
"spec_repo_commit": "b82d3677"
"regenerated": "2024-12-18 14:10:08.433344",
"spec_repo_commit": "d1f49008"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-17 15:50:58.973652",
"spec_repo_commit": "b82d3677"
"regenerated": "2024-12-18 14:10:08.448123",
"spec_repo_commit": "d1f49008"
}
}
}
40 changes: 36 additions & 4 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19697,7 +19697,8 @@ components:
format: int64
type: integer
avg_profiled_fargate_tasks:
description: The average profiled task count for Fargate Profiling.
description: The average total count for Fargate Container Profiler over
all hours in the current date for all organizations.
format: int64
type: integer
aws_host_top99p:
Expand Down Expand Up @@ -19971,6 +19972,16 @@ components:
hours in the current date for the given org.
format: int64
type: integer
fargate_container_profiler_profiling_fargate_avg:
description: The average number of Profiling Fargate tasks over all hours
in the current date for all organizations.
format: int64
type: integer
fargate_container_profiler_profiling_fargate_eks_avg:
description: The average number of Profiling Fargate Elastic Kubernetes
Service tasks over all hours in the current date for all organizations.
format: int64
type: integer
fargate_tasks_count_avg:
description: Shows the high-watermark of all Fargate tasks over all hours
in the current date for all organizations.
Expand Down Expand Up @@ -20468,7 +20479,8 @@ components:
format: int64
type: integer
avg_profiled_fargate_tasks:
description: The average profiled task count for Fargate Profiling.
description: The average total count for Fargate Container Profiler over
all hours in the current month for the given org.
format: int64
type: integer
aws_host_top99p:
Expand Down Expand Up @@ -20748,6 +20760,16 @@ components:
hours in the current date for the given org.
format: int64
type: integer
fargate_container_profiler_profiling_fargate_avg:
description: The average number of Profiling Fargate tasks over all hours
in the current month for the given org.
format: int64
type: integer
fargate_container_profiler_profiling_fargate_eks_avg:
description: The average number of Profiling Fargate Elastic Kubernetes
Service tasks over all hours in the current month for the given org.
format: int64
type: integer
fargate_tasks_count_avg:
description: The average task count for Fargate.
format: int64
Expand Down Expand Up @@ -21243,8 +21265,8 @@ components:
format: int64
type: integer
avg_profiled_fargate_tasks_sum:
description: Shows the average of all profiled Fargate tasks over all hours
in the current month for all organizations.
description: The average total count for Fargate Container Profiler over
all hours in the current month for all organizations.
format: int64
type: integer
aws_host_top99p_sum:
Expand Down Expand Up @@ -21532,6 +21554,16 @@ components:
hours in the current month for all organizations.
format: int64
type: integer
fargate_container_profiler_profiling_fargate_avg_sum:
description: The average number of Profiling Fargate tasks over all hours
in the current month for all organizations.
format: int64
type: integer
fargate_container_profiler_profiling_fargate_eks_avg_sum:
description: The average number of Profiling Fargate Elastic Kubernetes
Service tasks over all hours in the current month for all organizations.
format: int64
type: integer
fargate_tasks_count_avg_sum:
description: Shows the average of all Fargate tasks over all hours in the
current month for all organizations.
Expand Down
Loading

0 comments on commit 6c78b58

Please sign in to comment.