Skip to content

Commit 73504bb

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2540ab4e of spec repo
1 parent 506dc62 commit 73504bb

File tree

5 files changed

+88
-4
lines changed

5 files changed

+88
-4
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
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-11-05 22:28:18.403817",
8-
"spec_repo_commit": "2db17c21"
7+
"regenerated": "2024-11-06 20:53:08.265668",
8+
"spec_repo_commit": "2540ab4e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-05 22:28:18.425193",
13-
"spec_repo_commit": "2db17c21"
12+
"regenerated": "2024-11-06 20:53:08.284838",
13+
"spec_repo_commit": "2540ab4e"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19928,11 +19928,21 @@ components:
1992819928
over all hours in the current date for all organizations.
1992919929
format: int64
1993019930
type: integer
19931+
error_tracking_error_events_sum:
19932+
description: Shows the sum of all Error Tracking error events over all hours
19933+
in the current date for the given org.
19934+
format: int64
19935+
type: integer
1993119936
error_tracking_events_sum:
1993219937
description: Shows the sum of all Error Tracking events over all hours in
1993319938
the current date for the given org.
1993419939
format: int64
1993519940
type: integer
19941+
error_tracking_rum_error_events_sum:
19942+
description: Shows the sum of all Error Tracking RUM error events over all
19943+
hours in the current date for the given org.
19944+
format: int64
19945+
type: integer
1993619946
fargate_tasks_count_avg:
1993719947
description: Shows the high-watermark of all Fargate tasks over all hours
1993819948
in the current date for all organizations.
@@ -20684,11 +20694,21 @@ components:
2068420694
queries over all hours in the current month for the given org.
2068520695
format: int64
2068620696
type: integer
20697+
error_tracking_error_events_sum:
20698+
description: Shows the sum of all Error Tracking error events over all hours
20699+
in the current date for the given org.
20700+
format: int64
20701+
type: integer
2068720702
error_tracking_events_sum:
2068820703
description: Shows the sum of all Error Tracking events over all hours in
2068920704
the current date for the given org.
2069020705
format: int64
2069120706
type: integer
20707+
error_tracking_rum_error_events_sum:
20708+
description: Shows the sum of all Error Tracking RUM error events over all
20709+
hours in the current date for the given org.
20710+
format: int64
20711+
type: integer
2069220712
fargate_tasks_count_avg:
2069320713
description: The average task count for Fargate.
2069420714
format: int64
@@ -21447,11 +21467,21 @@ components:
2144721467
description: Shows the last date of usage in the current month for all organizations.
2144821468
format: date-time
2144921469
type: string
21470+
error_tracking_error_events_agg_sum:
21471+
description: Shows the sum of all Error Tracking error events over all hours
21472+
in the current month for all organizations.
21473+
format: int64
21474+
type: integer
2145021475
error_tracking_events_agg_sum:
2145121476
description: Shows the sum of all Error Tracking events over all hours in
2145221477
the current months for all organizations.
2145321478
format: int64
2145421479
type: integer
21480+
error_tracking_rum_error_events_agg_sum:
21481+
description: Shows the sum of all Error Tracking RUM error events over all
21482+
hours in the current month for all organizations.
21483+
format: int64
21484+
type: integer
2145521485
fargate_tasks_count_avg_sum:
2145621486
description: Shows the average of all Fargate tasks over all hours in the
2145721487
current month for all organizations.

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,18 @@ export class UsageSummaryDate {
239239
* Shows the average of all normalized Database Monitoring queries over all hours in the current date for all organizations.
240240
*/
241241
"dbmQueriesCountAvg"?: number;
242+
/**
243+
* Shows the sum of all Error Tracking error events over all hours in the current date for the given org.
244+
*/
245+
"errorTrackingErrorEventsSum"?: number;
242246
/**
243247
* Shows the sum of all Error Tracking events over all hours in the current date for the given org.
244248
*/
245249
"errorTrackingEventsSum"?: number;
250+
/**
251+
* Shows the sum of all Error Tracking RUM error events over all hours in the current date for the given org.
252+
*/
253+
"errorTrackingRumErrorEventsSum"?: number;
246254
/**
247255
* Shows the high-watermark of all Fargate tasks over all hours in the current date for all organizations.
248256
*/
@@ -861,11 +869,21 @@ export class UsageSummaryDate {
861869
type: "number",
862870
format: "int64",
863871
},
872+
errorTrackingErrorEventsSum: {
873+
baseName: "error_tracking_error_events_sum",
874+
type: "number",
875+
format: "int64",
876+
},
864877
errorTrackingEventsSum: {
865878
baseName: "error_tracking_events_sum",
866879
type: "number",
867880
format: "int64",
868881
},
882+
errorTrackingRumErrorEventsSum: {
883+
baseName: "error_tracking_rum_error_events_sum",
884+
type: "number",
885+
format: "int64",
886+
},
869887
fargateTasksCountAvg: {
870888
baseName: "fargate_tasks_count_avg",
871889
type: "number",

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,18 @@ export class UsageSummaryDateOrg {
250250
* Shows the average of all distinct Database Monitoring normalized queries over all hours in the current month for the given org.
251251
*/
252252
"dbmQueriesAvgSum"?: number;
253+
/**
254+
* Shows the sum of all Error Tracking error events over all hours in the current date for the given org.
255+
*/
256+
"errorTrackingErrorEventsSum"?: number;
253257
/**
254258
* Shows the sum of all Error Tracking events over all hours in the current date for the given org.
255259
*/
256260
"errorTrackingEventsSum"?: number;
261+
/**
262+
* Shows the sum of all Error Tracking RUM error events over all hours in the current date for the given org.
263+
*/
264+
"errorTrackingRumErrorEventsSum"?: number;
257265
/**
258266
* The average task count for Fargate.
259267
*/
@@ -897,11 +905,21 @@ export class UsageSummaryDateOrg {
897905
type: "number",
898906
format: "int64",
899907
},
908+
errorTrackingErrorEventsSum: {
909+
baseName: "error_tracking_error_events_sum",
910+
type: "number",
911+
format: "int64",
912+
},
900913
errorTrackingEventsSum: {
901914
baseName: "error_tracking_events_sum",
902915
type: "number",
903916
format: "int64",
904917
},
918+
errorTrackingRumErrorEventsSum: {
919+
baseName: "error_tracking_rum_error_events_sum",
920+
type: "number",
921+
format: "int64",
922+
},
905923
fargateTasksCountAvg: {
906924
baseName: "fargate_tasks_count_avg",
907925
type: "number",

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,18 @@ export class UsageSummaryResponse {
252252
* Shows the last date of usage in the current month for all organizations.
253253
*/
254254
"endDate"?: Date;
255+
/**
256+
* Shows the sum of all Error Tracking error events over all hours in the current month for all organizations.
257+
*/
258+
"errorTrackingErrorEventsAggSum"?: number;
255259
/**
256260
* Shows the sum of all Error Tracking events over all hours in the current months for all organizations.
257261
*/
258262
"errorTrackingEventsAggSum"?: number;
263+
/**
264+
* Shows the sum of all Error Tracking RUM error events over all hours in the current month for all organizations.
265+
*/
266+
"errorTrackingRumErrorEventsAggSum"?: number;
259267
/**
260268
* Shows the average of all Fargate tasks over all hours in the current month for all organizations.
261269
*/
@@ -921,11 +929,21 @@ export class UsageSummaryResponse {
921929
type: "Date",
922930
format: "date-time",
923931
},
932+
errorTrackingErrorEventsAggSum: {
933+
baseName: "error_tracking_error_events_agg_sum",
934+
type: "number",
935+
format: "int64",
936+
},
924937
errorTrackingEventsAggSum: {
925938
baseName: "error_tracking_events_agg_sum",
926939
type: "number",
927940
format: "int64",
928941
},
942+
errorTrackingRumErrorEventsAggSum: {
943+
baseName: "error_tracking_rum_error_events_agg_sum",
944+
type: "number",
945+
format: "int64",
946+
},
929947
fargateTasksCountAvgSum: {
930948
baseName: "fargate_tasks_count_avg_sum",
931949
type: "number",

0 commit comments

Comments
 (0)