Skip to content

Commit af28eec

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 66d9d069 of spec repo
1 parent 4b90d45 commit af28eec

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-07 20:43:57.068797",
8-
"spec_repo_commit": "efa118f1"
7+
"regenerated": "2024-11-07 21:30:10.807748",
8+
"spec_repo_commit": "66d9d069"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-07 20:43:57.087234",
13-
"spec_repo_commit": "efa118f1"
12+
"regenerated": "2024-11-07 21:30:10.827986",
13+
"spec_repo_commit": "66d9d069"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19932,11 +19932,21 @@ components:
1993219932
over all hours in the current date for all organizations.
1993319933
format: int64
1993419934
type: integer
19935+
error_tracking_error_events_sum:
19936+
description: Shows the sum of all Error Tracking error events over all hours
19937+
in the current date for the given org.
19938+
format: int64
19939+
type: integer
1993519940
error_tracking_events_sum:
1993619941
description: Shows the sum of all Error Tracking events over all hours in
1993719942
the current date for the given org.
1993819943
format: int64
1993919944
type: integer
19945+
error_tracking_rum_error_events_sum:
19946+
description: Shows the sum of all Error Tracking RUM error events over all
19947+
hours in the current date for the given org.
19948+
format: int64
19949+
type: integer
1994019950
fargate_tasks_count_avg:
1994119951
description: Shows the high-watermark of all Fargate tasks over all hours
1994219952
in the current date for all organizations.
@@ -20688,11 +20698,21 @@ components:
2068820698
queries over all hours in the current month for the given org.
2068920699
format: int64
2069020700
type: integer
20701+
error_tracking_error_events_sum:
20702+
description: Shows the sum of all Error Tracking error events over all hours
20703+
in the current date for the given org.
20704+
format: int64
20705+
type: integer
2069120706
error_tracking_events_sum:
2069220707
description: Shows the sum of all Error Tracking events over all hours in
2069320708
the current date for the given org.
2069420709
format: int64
2069520710
type: integer
20711+
error_tracking_rum_error_events_sum:
20712+
description: Shows the sum of all Error Tracking RUM error events over all
20713+
hours in the current date for the given org.
20714+
format: int64
20715+
type: integer
2069620716
fargate_tasks_count_avg:
2069720717
description: The average task count for Fargate.
2069820718
format: int64
@@ -21451,11 +21471,21 @@ components:
2145121471
description: Shows the last date of usage in the current month for all organizations.
2145221472
format: date-time
2145321473
type: string
21474+
error_tracking_error_events_agg_sum:
21475+
description: Shows the sum of all Error Tracking error events over all hours
21476+
in the current month for all organizations.
21477+
format: int64
21478+
type: integer
2145421479
error_tracking_events_agg_sum:
2145521480
description: Shows the sum of all Error Tracking events over all hours in
2145621481
the current months for all organizations.
2145721482
format: int64
2145821483
type: integer
21484+
error_tracking_rum_error_events_agg_sum:
21485+
description: Shows the sum of all Error Tracking RUM error events over all
21486+
hours in the current month for all organizations.
21487+
format: int64
21488+
type: integer
2145921489
fargate_tasks_count_avg_sum:
2146021490
description: Shows the average of all Fargate tasks over all hours in the
2146121491
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)