Skip to content

Commit 3b2e104

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit caf0f6b of spec repo
1 parent bf4c613 commit 3b2e104

4 files changed

Lines changed: 42 additions & 0 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21676,6 +21676,11 @@ components:
2167621676
in the current date for the given org.
2167721677
format: int64
2167821678
type: integer
21679+
data_observability_quality_monitoring_avg:
21680+
description: Shows the average of all Data Observability Quality Monitoring
21681+
usage over all hours in the current date for the given org.
21682+
format: int64
21683+
type: integer
2167921684
date:
2168021685
description: The date for the usage.
2168121686
format: date-time
@@ -22829,6 +22834,11 @@ components:
2282922834
in the current date for the given org.
2283022835
format: int64
2283122836
type: integer
22837+
data_observability_quality_monitoring_avg:
22838+
description: Shows the average of all Data Observability Quality Monitoring
22839+
usage over all hours in the current date for the given org.
22840+
format: int64
22841+
type: integer
2283222842
dbm_host_top99p_sum:
2283322843
description: Shows the 99th percentile of all Database Monitoring hosts
2283422844
over all hours in the current month for the given org.
@@ -23979,6 +23989,11 @@ components:
2397923989
in the current months for all organizations
2398023990
format: int64
2398123991
type: integer
23992+
data_observability_quality_monitoring_avg_sum:
23993+
description: Shows the sum of the average of all Data Observability Quality
23994+
Monitoring usage over all hours in the current months for all organizations.
23995+
format: int64
23996+
type: integer
2398223997
dbm_host_top99p_sum:
2398323998
description: Shows the 99th percentile of all Database Monitoring hosts
2398423999
over all hours in the current month for all organizations.

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,10 @@ export class UsageSummaryDate {
259259
* Shows the sum of all Data Jobs Monitoring hosts over all hours in the current date for the given org.
260260
*/
261261
"dataJobsMonitoringHostHrSum"?: number;
262+
/**
263+
* Shows the average of all Data Observability Quality Monitoring usage over all hours in the current date for the given org.
264+
*/
265+
"dataObservabilityQualityMonitoringAvg"?: number;
262266
/**
263267
* The date for the usage.
264268
*/
@@ -1186,6 +1190,11 @@ export class UsageSummaryDate {
11861190
type: "number",
11871191
format: "int64",
11881192
},
1193+
dataObservabilityQualityMonitoringAvg: {
1194+
baseName: "data_observability_quality_monitoring_avg",
1195+
type: "number",
1196+
format: "int64",
1197+
},
11891198
date: {
11901199
baseName: "date",
11911200
type: "Date",

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@ export class UsageSummaryDateOrg {
274274
* Shows the sum of all Data Jobs Monitoring hosts over all hours in the current date for the given org.
275275
*/
276276
"dataJobsMonitoringHostHrSum"?: number;
277+
/**
278+
* Shows the average of all Data Observability Quality Monitoring usage over all hours in the current date for the given org.
279+
*/
280+
"dataObservabilityQualityMonitoringAvg"?: number;
277281
/**
278282
* Shows the 99th percentile of all Database Monitoring hosts over all hours in the current month for the given org.
279283
*/
@@ -1227,6 +1231,11 @@ export class UsageSummaryDateOrg {
12271231
type: "number",
12281232
format: "int64",
12291233
},
1234+
dataObservabilityQualityMonitoringAvg: {
1235+
baseName: "data_observability_quality_monitoring_avg",
1236+
type: "number",
1237+
format: "int64",
1238+
},
12301239
dbmHostTop99pSum: {
12311240
baseName: "dbm_host_top99p_sum",
12321241
type: "number",

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,10 @@ export class UsageSummaryResponse {
272272
* Shows the sum of Data Jobs Monitoring hosts over all hours in the current months for all organizations
273273
*/
274274
"dataJobsMonitoringHostHrAggSum"?: number;
275+
/**
276+
* Shows the sum of the average of all Data Observability Quality Monitoring usage over all hours in the current months for all organizations.
277+
*/
278+
"dataObservabilityQualityMonitoringAvgSum"?: number;
275279
/**
276280
* Shows the 99th percentile of all Database Monitoring hosts over all hours in the current month for all organizations.
277281
*/
@@ -1246,6 +1250,11 @@ export class UsageSummaryResponse {
12461250
type: "number",
12471251
format: "int64",
12481252
},
1253+
dataObservabilityQualityMonitoringAvgSum: {
1254+
baseName: "data_observability_quality_monitoring_avg_sum",
1255+
type: "number",
1256+
format: "int64",
1257+
},
12491258
dbmHostTop99pSum: {
12501259
baseName: "dbm_host_top99p_sum",
12511260
type: "number",

0 commit comments

Comments
 (0)