Skip to content

Commit b9e0c19

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Update Documentation for APM DevSecOps (#1474)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 472af08 commit b9e0c19

File tree

5 files changed

+46
-4
lines changed

5 files changed

+46
-4
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-01-05 16:07:30.985750",
8-
"spec_repo_commit": "bafcada7"
7+
"regenerated": "2024-01-08 16:03:29.638037",
8+
"spec_repo_commit": "8b5aed97"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-01-05 16:07:31.000250",
13-
"spec_repo_commit": "bafcada7"
12+
"regenerated": "2024-01-08 16:03:29.658618",
13+
"spec_repo_commit": "8b5aed97"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -18631,6 +18631,11 @@ components:
1863118631
over all hours in the current date all organizations.
1863218632
format: int64
1863318633
type: integer
18634+
apm_devsecops_host_top99p:
18635+
description: Shows the 99th percentile of all APM DevSecOps hosts over all
18636+
hours in the current date for the given org.
18637+
format: int64
18638+
type: integer
1863418639
apm_fargate_count_avg:
1863518640
description: Shows the average of all APM ECS Fargate tasks over all hours
1863618641
in the current date for all organizations.
@@ -19156,6 +19161,11 @@ components:
1915619161
over all hours in the current date for the given org.
1915719162
format: int64
1915819163
type: integer
19164+
apm_devsecops_host_top99p:
19165+
description: Shows the 99th percentile of all APM DevSecOps hosts over all
19166+
hours in the current date for the given org.
19167+
format: int64
19168+
type: integer
1915919169
apm_fargate_count_avg:
1916019170
description: Shows the average of all APM ECS Fargate tasks over all hours
1916119171
in the current months for the given org.
@@ -19694,6 +19704,11 @@ components:
1969419704
over all hours in the current months all organizations.
1969519705
format: int64
1969619706
type: integer
19707+
apm_devsecops_host_top99p_sum:
19708+
description: Shows the 99th percentile of all APM DevSecOps hosts over all
19709+
hours in the current months for all organizations.
19710+
format: int64
19711+
type: integer
1969719712
apm_fargate_count_avg_sum:
1969819713
description: Shows the average of all APM ECS Fargate tasks over all hours
1969919714
in the current months for all organizations.

packages/datadog-api-client-v1/models/UsageSummaryDate.ts

+9
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ export class UsageSummaryDate {
1919
* Shows the 99th percentile of all Azure app services using APM over all hours in the current date all organizations.
2020
*/
2121
"apmAzureAppServiceHostTop99p"?: number;
22+
/**
23+
* Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current date for the given org.
24+
*/
25+
"apmDevsecopsHostTop99p"?: number;
2226
/**
2327
* Shows the average of all APM ECS Fargate tasks over all hours in the current date for all organizations.
2428
*/
@@ -439,6 +443,11 @@ export class UsageSummaryDate {
439443
type: "number",
440444
format: "int64",
441445
},
446+
apmDevsecopsHostTop99p: {
447+
baseName: "apm_devsecops_host_top99p",
448+
type: "number",
449+
format: "int64",
450+
},
442451
apmFargateCountAvg: {
443452
baseName: "apm_fargate_count_avg",
444453
type: "number",

packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts

+9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ export class UsageSummaryDateOrg {
1818
* Shows the 99th percentile of all Azure app services using APM over all hours in the current date for the given org.
1919
*/
2020
"apmAzureAppServiceHostTop99p"?: number;
21+
/**
22+
* Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current date for the given org.
23+
*/
24+
"apmDevsecopsHostTop99p"?: number;
2125
/**
2226
* Shows the average of all APM ECS Fargate tasks over all hours in the current months for the given org.
2327
*/
@@ -454,6 +458,11 @@ export class UsageSummaryDateOrg {
454458
type: "number",
455459
format: "int64",
456460
},
461+
apmDevsecopsHostTop99p: {
462+
baseName: "apm_devsecops_host_top99p",
463+
type: "number",
464+
format: "int64",
465+
},
457466
apmFargateCountAvg: {
458467
baseName: "apm_fargate_count_avg",
459468
type: "number",

packages/datadog-api-client-v1/models/UsageSummaryResponse.ts

+9
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ export class UsageSummaryResponse {
2020
* Shows the 99th percentile of all Azure app services using APM over all hours in the current months all organizations.
2121
*/
2222
"apmAzureAppServiceHostTop99pSum"?: number;
23+
/**
24+
* Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current months for all organizations.
25+
*/
26+
"apmDevsecopsHostTop99pSum"?: number;
2327
/**
2428
* Shows the average of all APM ECS Fargate tasks over all hours in the current months for all organizations.
2529
*/
@@ -484,6 +488,11 @@ export class UsageSummaryResponse {
484488
type: "number",
485489
format: "int64",
486490
},
491+
apmDevsecopsHostTop99pSum: {
492+
baseName: "apm_devsecops_host_top99p_sum",
493+
type: "number",
494+
format: "int64",
495+
},
487496
apmFargateCountAvgSum: {
488497
baseName: "apm_fargate_count_avg_sum",
489498
type: "number",

0 commit comments

Comments
 (0)