You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/datadog-api-client-v1/models/UsageSummaryDate.ts
+117Lines changed: 117 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -247,6 +247,58 @@ export class UsageSummaryDate {
247
247
* Shows the average of all normalized Database Monitoring queries over all hours in the current date for all organizations.
248
248
*/
249
249
"dbmQueriesCountAvg"?: number;
250
+
/**
251
+
* Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org.
252
+
*/
253
+
"ephInfraHostAgentSum"?: number;
254
+
/**
255
+
* Shows the sum of all ephemeral infrastructure hosts on Alibaba over all hours in the current date for the given org.
256
+
*/
257
+
"ephInfraHostAlibabaSum"?: number;
258
+
/**
259
+
* Shows the sum of all ephemeral infrastructure hosts on AWS over all hours in the current date for the given org.
260
+
*/
261
+
"ephInfraHostAwsSum"?: number;
262
+
/**
263
+
* Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
264
+
*/
265
+
"ephInfraHostAzureSum"?: number;
266
+
/**
267
+
* Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
268
+
*/
269
+
"ephInfraHostEntSum"?: number;
270
+
/**
271
+
* Shows the sum of all ephemeral infrastructure hosts on GCP over all hours in the current date for the given org.
272
+
*/
273
+
"ephInfraHostGcpSum"?: number;
274
+
/**
275
+
* Shows the sum of all ephemeral infrastructure hosts on Heroku over all hours in the current date for the given org.
276
+
*/
277
+
"ephInfraHostHerokuSum"?: number;
278
+
/**
279
+
* Shows the sum of all ephemeral infrastructure hosts with only Azure App Services over all hours in the current date for the given org.
280
+
*/
281
+
"ephInfraHostOnlyAasSum"?: number;
282
+
/**
283
+
* Shows the sum of all ephemeral infrastructure hosts with only vSphere over all hours in the current date for the given org.
284
+
*/
285
+
"ephInfraHostOnlyVsphereSum"?: number;
286
+
/**
287
+
* Shows the sum of all ephemeral APM hosts reported by the Datadog exporter for the OpenTelemetry Collector over all hours in the current date for the given org.
288
+
*/
289
+
"ephInfraHostOpentelemetryApmSum"?: number;
290
+
/**
291
+
* Shows the sum of all ephemeral hosts reported by the Datadog exporter for the OpenTelemetry Collector over all hours in the current date for the given org.
292
+
*/
293
+
"ephInfraHostOpentelemetrySum"?: number;
294
+
/**
295
+
* Shows the sum of all ephemeral infrastructure hosts for Pro over all hours in the current date for the given org.
296
+
*/
297
+
"ephInfraHostProSum"?: number;
298
+
/**
299
+
* Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current date for the given org.
300
+
*/
301
+
"ephInfraHostProplusSum"?: number;
250
302
/**
251
303
* Shows the sum of all Error Tracking error events over all hours in the current date for the given org.
252
304
*/
@@ -895,6 +947,71 @@ export class UsageSummaryDate {
0 commit comments