Skip to content

Commit

Permalink
Regenerate client from commit d1f49008 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 18, 2024
1 parent e0921ec commit 2137496
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 11 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.597261",
"spec_repo_commit": "b82d3677"
"regenerated": "2024-12-18 14:10:09.436879",
"spec_repo_commit": "d1f49008"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-17 15:50:58.611708",
"spec_repo_commit": "b82d3677"
"regenerated": "2024-12-18 14:10:09.451709",
"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
20 changes: 19 additions & 1 deletion packages/datadog-api-client-v1/models/UsageSummaryDate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class UsageSummaryDate {
*/
"auditTrailEnabledHwm"?: number;
/**
* The average profiled task count for Fargate Profiling.
* The average total count for Fargate Container Profiler over all hours in the current date for all organizations.
*/
"avgProfiledFargateTasks"?: number;
/**
Expand Down Expand Up @@ -259,6 +259,14 @@ export class UsageSummaryDate {
* Shows the sum of all Error Tracking RUM error events over all hours in the current date for the given org.
*/
"errorTrackingRumErrorEventsSum"?: number;
/**
* The average number of Profiling Fargate tasks over all hours in the current date for all organizations.
*/
"fargateContainerProfilerProfilingFargateAvg"?: number;
/**
* The average number of Profiling Fargate Elastic Kubernetes Service tasks over all hours in the current date for all organizations.
*/
"fargateContainerProfilerProfilingFargateEksAvg"?: number;
/**
* Shows the high-watermark of all Fargate tasks over all hours in the current date for all organizations.
*/
Expand Down Expand Up @@ -902,6 +910,16 @@ export class UsageSummaryDate {
type: "number",
format: "int64",
},
fargateContainerProfilerProfilingFargateAvg: {
baseName: "fargate_container_profiler_profiling_fargate_avg",
type: "number",
format: "int64",
},
fargateContainerProfilerProfilingFargateEksAvg: {
baseName: "fargate_container_profiler_profiling_fargate_eks_avg",
type: "number",
format: "int64",
},
fargateTasksCountAvg: {
baseName: "fargate_tasks_count_avg",
type: "number",
Expand Down
20 changes: 19 additions & 1 deletion packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class UsageSummaryDateOrg {
*/
"auditTrailEnabledHwm"?: number;
/**
* The average profiled task count for Fargate Profiling.
* The average total count for Fargate Container Profiler over all hours in the current month for the given org.
*/
"avgProfiledFargateTasks"?: number;
/**
Expand Down Expand Up @@ -270,6 +270,14 @@ export class UsageSummaryDateOrg {
* Shows the sum of all Error Tracking RUM error events over all hours in the current date for the given org.
*/
"errorTrackingRumErrorEventsSum"?: number;
/**
* The average number of Profiling Fargate tasks over all hours in the current month for the given org.
*/
"fargateContainerProfilerProfilingFargateAvg"?: number;
/**
* The average number of Profiling Fargate Elastic Kubernetes Service tasks over all hours in the current month for the given org.
*/
"fargateContainerProfilerProfilingFargateEksAvg"?: number;
/**
* The average task count for Fargate.
*/
Expand Down Expand Up @@ -938,6 +946,16 @@ export class UsageSummaryDateOrg {
type: "number",
format: "int64",
},
fargateContainerProfilerProfilingFargateAvg: {
baseName: "fargate_container_profiler_profiling_fargate_avg",
type: "number",
format: "int64",
},
fargateContainerProfilerProfilingFargateEksAvg: {
baseName: "fargate_container_profiler_profiling_fargate_eks_avg",
type: "number",
format: "int64",
},
fargateTasksCountAvg: {
baseName: "fargate_tasks_count_avg",
type: "number",
Expand Down
20 changes: 19 additions & 1 deletion packages/datadog-api-client-v1/models/UsageSummaryResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class UsageSummaryResponse {
*/
"auditTrailEnabledHwmSum"?: number;
/**
* Shows the average of all profiled Fargate tasks over all hours in the current month for all organizations.
* The average total count for Fargate Container Profiler over all hours in the current month for all organizations.
*/
"avgProfiledFargateTasksSum"?: number;
/**
Expand Down Expand Up @@ -272,6 +272,14 @@ export class UsageSummaryResponse {
* Shows the sum of all Error Tracking RUM error events over all hours in the current month for all organizations.
*/
"errorTrackingRumErrorEventsAggSum"?: number;
/**
* The average number of Profiling Fargate tasks over all hours in the current month for all organizations.
*/
"fargateContainerProfilerProfilingFargateAvgSum"?: number;
/**
* The average number of Profiling Fargate Elastic Kubernetes Service tasks over all hours in the current month for all organizations.
*/
"fargateContainerProfilerProfilingFargateEksAvgSum"?: number;
/**
* Shows the average of all Fargate tasks over all hours in the current month for all organizations.
*/
Expand Down Expand Up @@ -962,6 +970,16 @@ export class UsageSummaryResponse {
type: "number",
format: "int64",
},
fargateContainerProfilerProfilingFargateAvgSum: {
baseName: "fargate_container_profiler_profiling_fargate_avg_sum",
type: "number",
format: "int64",
},
fargateContainerProfilerProfilingFargateEksAvgSum: {
baseName: "fargate_container_profiler_profiling_fargate_eks_avg_sum",
type: "number",
format: "int64",
},
fargateTasksCountAvgSum: {
baseName: "fargate_tasks_count_avg_sum",
type: "number",
Expand Down

0 comments on commit 2137496

Please sign in to comment.