Skip to content

Commit 3d43fad

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 0f5c928e of spec repo
1 parent bdfc957 commit 3d43fad

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": "2025-03-18 16:20:26.141624",
8-
"spec_repo_commit": "78376979"
7+
"regenerated": "2025-03-20 15:01:19.160046",
8+
"spec_repo_commit": "0f5c928e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-03-18 16:20:26.157686",
13-
"spec_repo_commit": "78376979"
12+
"regenerated": "2025-03-20 15:01:19.267162",
13+
"spec_repo_commit": "0f5c928e"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -20315,6 +20315,11 @@ components:
2031520315
Plus over all hours in the current date for the given org.
2031620316
format: int64
2031720317
type: integer
20318+
error_tracking_apm_error_events_sum:
20319+
description: Shows the sum of all Error Tracking APM error events over all
20320+
hours in the current date for the given org.
20321+
format: int64
20322+
type: integer
2031820323
error_tracking_error_events_sum:
2031920324
description: Shows the sum of all Error Tracking error events over all hours
2032020325
in the current date for the given org.
@@ -21200,6 +21205,11 @@ components:
2120021205
Plus over all hours in the current date for the given org.
2120121206
format: int64
2120221207
type: integer
21208+
error_tracking_apm_error_events_sum:
21209+
description: Shows the sum of all Error Tracking APM error events over all
21210+
hours in the current date for the given org.
21211+
format: int64
21212+
type: integer
2120321213
error_tracking_error_events_sum:
2120421214
description: Shows the sum of all Error Tracking error events over all hours
2120521215
in the current date for the given org.
@@ -22090,6 +22100,11 @@ components:
2209022100
Plus over all hours in the current month for all organizations.
2209122101
format: int64
2209222102
type: integer
22103+
error_tracking_apm_error_events_agg_sum:
22104+
description: Shows the sum of all Error Tracking APM error events over all
22105+
hours in the current month for all organizations.
22106+
format: int64
22107+
type: integer
2209322108
error_tracking_error_events_agg_sum:
2209422109
description: Shows the sum of all Error Tracking error events over all hours
2209522110
in the current month for all organizations.

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

+9
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,10 @@ export class UsageSummaryDate {
299299
* Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current date for the given org.
300300
*/
301301
"ephInfraHostProplusSum"?: number;
302+
/**
303+
* Shows the sum of all Error Tracking APM error events over all hours in the current date for the given org.
304+
*/
305+
"errorTrackingApmErrorEventsSum"?: number;
302306
/**
303307
* Shows the sum of all Error Tracking error events over all hours in the current date for the given org.
304308
*/
@@ -1036,6 +1040,11 @@ export class UsageSummaryDate {
10361040
type: "number",
10371041
format: "int64",
10381042
},
1043+
errorTrackingApmErrorEventsSum: {
1044+
baseName: "error_tracking_apm_error_events_sum",
1045+
type: "number",
1046+
format: "int64",
1047+
},
10391048
errorTrackingErrorEventsSum: {
10401049
baseName: "error_tracking_error_events_sum",
10411050
type: "number",

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

+9
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,10 @@ export class UsageSummaryDateOrg {
310310
* Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current date for the given org.
311311
*/
312312
"ephInfraHostProplusSum"?: number;
313+
/**
314+
* Shows the sum of all Error Tracking APM error events over all hours in the current date for the given org.
315+
*/
316+
"errorTrackingApmErrorEventsSum"?: number;
313317
/**
314318
* Shows the sum of all Error Tracking error events over all hours in the current date for the given org.
315319
*/
@@ -1072,6 +1076,11 @@ export class UsageSummaryDateOrg {
10721076
type: "number",
10731077
format: "int64",
10741078
},
1079+
errorTrackingApmErrorEventsSum: {
1080+
baseName: "error_tracking_apm_error_events_sum",
1081+
type: "number",
1082+
format: "int64",
1083+
},
10751084
errorTrackingErrorEventsSum: {
10761085
baseName: "error_tracking_error_events_sum",
10771086
type: "number",

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

+9
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,10 @@ export class UsageSummaryResponse {
312312
* Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current month for all organizations.
313313
*/
314314
"ephInfraHostProplusAggSum"?: number;
315+
/**
316+
* Shows the sum of all Error Tracking APM error events over all hours in the current month for all organizations.
317+
*/
318+
"errorTrackingApmErrorEventsAggSum"?: number;
315319
/**
316320
* Shows the sum of all Error Tracking error events over all hours in the current month for all organizations.
317321
*/
@@ -1096,6 +1100,11 @@ export class UsageSummaryResponse {
10961100
type: "number",
10971101
format: "int64",
10981102
},
1103+
errorTrackingApmErrorEventsAggSum: {
1104+
baseName: "error_tracking_apm_error_events_agg_sum",
1105+
type: "number",
1106+
format: "int64",
1107+
},
10991108
errorTrackingErrorEventsAggSum: {
11001109
baseName: "error_tracking_error_events_agg_sum",
11011110
type: "number",

0 commit comments

Comments
 (0)