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
+152-17
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ export class UsageSummaryDate {
40
40
*/
41
41
"asmServerlessSum"?: number;
42
42
/**
43
-
* Shows the sum of audit logs lines indexed over all hours in the current date for all organizations.
43
+
* Shows the sum of audit logs lines indexed over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
44
44
*/
45
45
"auditLogsLinesIndexedSum"?: number;
46
46
/**
@@ -72,15 +72,15 @@ export class UsageSummaryDate {
72
72
*/
73
73
"billableIngestedBytesSum"?: number;
74
74
/**
75
-
* Shows the sum of all browser lite sessions over all hours in the current date for all organizations.
75
+
* Shows the sum of all browser lite sessions over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
76
76
*/
77
77
"browserRumLiteSessionCountSum"?: number;
78
78
/**
79
-
* Shows the sum of all browser replay sessions over all hours in the current date for all organizations.
79
+
* Shows the sum of all browser replay sessions over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
80
80
*/
81
81
"browserRumReplaySessionCountSum"?: number;
82
82
/**
83
-
* Shows the sum of all browser RUM units over all hours in the current date for all organizations.
83
+
* Shows the sum of all browser RUM units over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
84
84
*/
85
85
"browserRumUnitsSum"?: number;
86
86
/**
@@ -296,43 +296,43 @@ export class UsageSummaryDate {
296
296
*/
297
297
"iotDeviceTop99p"?: number;
298
298
/**
299
-
* Shows the sum of all mobile lite sessions over all hours in the current date for all organizations.
299
+
* Shows the sum of all mobile lite sessions over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
300
300
*/
301
301
"mobileRumLiteSessionCountSum"?: number;
302
302
/**
303
-
* Shows the sum of all mobile RUM Sessions on Android over all hours in the current date for all organizations.
303
+
* Shows the sum of all mobile RUM sessions on Android over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
304
304
*/
305
305
"mobileRumSessionCountAndroidSum"?: number;
306
306
/**
307
-
* Shows the sum of all mobile RUM Sessions on Flutter over all hours in the current date for all organizations.
307
+
* Shows the sum of all mobile RUM sessions on Flutter over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
308
308
*/
309
309
"mobileRumSessionCountFlutterSum"?: number;
310
310
/**
311
-
* Shows the sum of all mobile RUM Sessions on iOS over all hours in the current date for all organizations.
311
+
* Shows the sum of all mobile RUM sessions on iOS over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
312
312
*/
313
313
"mobileRumSessionCountIosSum"?: number;
314
314
/**
315
-
* Shows the sum of all mobile RUM Sessions on React Native over all hours in the current date for all organizations.
315
+
* Shows the sum of all mobile RUM sessions on React Native over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
316
316
*/
317
317
"mobileRumSessionCountReactnativeSum"?: number;
318
318
/**
319
-
* Shows the sum of all mobile RUM Sessions on Roku over all hours in the current date for all organizations.
319
+
* Shows the sum of all mobile RUM sessions on Roku over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
320
320
*/
321
321
"mobileRumSessionCountRokuSum"?: number;
322
322
/**
323
-
* Shows the sum of all mobile RUM Sessions over all hours in the current date for all organizations
323
+
* Shows the sum of all mobile RUM sessions over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
324
324
*/
325
325
"mobileRumSessionCountSum"?: number;
326
326
/**
327
-
* Shows the sum of all mobile RUM units over all hours in the current date for all organizations.
327
+
* Shows the sum of all mobile RUM units over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
328
328
*/
329
329
"mobileRumUnitsSum"?: number;
330
330
/**
331
331
* Shows the sum of all Network Device Monitoring NetFlow events over all hours in the current date for the given org.
332
332
*/
333
333
"ndmNetflowEventsSum"?: number;
334
334
/**
335
-
* Shows the sum of all Network flows indexed over all hours in the current date for all organizations.
335
+
* Shows the sum of all Network flows indexed over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
336
336
*/
337
337
"netflowIndexedEventsCountSum"?: number;
338
338
/**
@@ -368,19 +368,79 @@ export class UsageSummaryDate {
368
368
*/
369
369
"profilingHostTop99p"?: number;
370
370
/**
371
-
* Shows the sum of all mobile sessions and all browser lite and legacy sessions over all hours in the current month for all organizations.
371
+
* Shows the sum of all mobile sessions and all browser lite and legacy sessions over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
372
372
*/
373
373
"rumBrowserAndMobileSessionCount"?: number;
374
374
/**
375
-
* Shows the sum of all browser RUM Lite Sessions over all hours in the current date for all organizations
375
+
* Shows the sum of all browser RUM legacy sessions over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
376
+
*/
377
+
"rumBrowserLegacySessionCountSum"?: number;
378
+
/**
379
+
* Shows the sum of all browser RUM lite sessions over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
380
+
*/
381
+
"rumBrowserLiteSessionCountSum"?: number;
382
+
/**
383
+
* Shows the sum of all browser RUM Session Replay counts over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
384
+
*/
385
+
"rumBrowserReplaySessionCountSum"?: number;
386
+
/**
387
+
* Shows the sum of all RUM lite sessions (browser and mobile) over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
388
+
*/
389
+
"rumLiteSessionCountSum"?: number;
390
+
/**
391
+
* Shows the sum of all mobile RUM legacy sessions on Android over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
392
+
*/
393
+
"rumMobileLegacySessionCountAndroidSum"?: number;
394
+
/**
395
+
* Shows the sum of all mobile RUM legacy Sessions on Flutter over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
396
+
*/
397
+
"rumMobileLegacySessionCountFlutterSum"?: number;
398
+
/**
399
+
* Shows the sum of all mobile RUM legacy sessions on iOS over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
400
+
*/
401
+
"rumMobileLegacySessionCountIosSum"?: number;
402
+
/**
403
+
* Shows the sum of all mobile RUM legacy sessions on React Native over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
* Shows the sum of all mobile RUM legacy sessions on Roku over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
408
+
*/
409
+
"rumMobileLegacySessionCountRokuSum"?: number;
410
+
/**
411
+
* Shows the sum of all mobile RUM lite sessions on Android over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
412
+
*/
413
+
"rumMobileLiteSessionCountAndroidSum"?: number;
414
+
/**
415
+
* Shows the sum of all mobile RUM lite sessions on Flutter over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
416
+
*/
417
+
"rumMobileLiteSessionCountFlutterSum"?: number;
418
+
/**
419
+
* Shows the sum of all mobile RUM lite sessions on iOS over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
420
+
*/
421
+
"rumMobileLiteSessionCountIosSum"?: number;
422
+
/**
423
+
* Shows the sum of all mobile RUM lite sessions on React Native over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
* Shows the sum of all mobile RUM lite sessions on Roku over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
428
+
*/
429
+
"rumMobileLiteSessionCountRokuSum"?: number;
430
+
/**
431
+
* Shows the sum of all RUM Session Replay counts over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
432
+
*/
433
+
"rumReplaySessionCountSum"?: number;
434
+
/**
435
+
* Shows the sum of all browser RUM lite sessions over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
376
436
*/
377
437
"rumSessionCountSum"?: number;
378
438
/**
379
-
* Shows the sum of RUM Sessions (browser and mobile) over all hours in the current date for all organizations.
439
+
* Shows the sum of RUM sessions (browser and mobile) over all hours in the current date for all organizations.
380
440
*/
381
441
"rumTotalSessionCountSum"?: number;
382
442
/**
383
-
* Shows the sum of all browser and mobile RUM units over all hours in the current date for all organizations.
443
+
* Shows the sum of all browser and mobile RUM units over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
384
444
*/
385
445
"rumUnitsSum"?: number;
386
446
/**
@@ -921,6 +981,81 @@ export class UsageSummaryDate {
0 commit comments