Skip to content

Commit 18d6812

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Update docs for RU Rollout New and Deprecated Keys planned for Oct 1st (#1672)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 5861f33 commit 18d6812

File tree

8 files changed

+917
-159
lines changed

8 files changed

+917
-159
lines changed

.apigentools-info

+4-4
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-06-26 17:58:26.539568",
8-
"spec_repo_commit": "bad4ef97"
7+
"regenerated": "2024-06-27 17:06:10.290866",
8+
"spec_repo_commit": "5ebef994"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-06-26 17:58:26.558578",
13-
"spec_repo_commit": "bad4ef97"
12+
"regenerated": "2024-06-27 17:06:10.309309",
13+
"spec_repo_commit": "5ebef994"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

+442-89
Large diffs are not rendered by default.

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -483,11 +483,11 @@ export class MonthlyUsageAttributionValues {
483483
*/
484484
"rumBrowserMobileSessionsUsage"?: number;
485485
/**
486-
* The percentage of RUM Replay Sessions usage by tag(s).
486+
* The percentage of RUM Session Replay usage by tag(s).
487487
*/
488488
"rumReplaySessionsPercentage"?: number;
489489
/**
490-
* The total RUM Replay Sessions usage by tag(s).
490+
* The total RUM Session Replay usage by tag(s).
491491
*/
492492
"rumReplaySessionsUsage"?: number;
493493
/**

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
88

99
/**
10-
* Number of RUM Sessions recorded for each hour for a given organization.
10+
* Number of RUM sessions recorded for each hour for a given organization.
1111
*/
1212
export class UsageRumSessionsHour {
1313
/**
@@ -23,27 +23,27 @@ export class UsageRumSessionsHour {
2323
*/
2424
"publicId"?: string;
2525
/**
26-
* Contains the number of RUM Replay Sessions (data available beginning November 1, 2021).
26+
* Contains the number of RUM Session Replay counts (data available beginning November 1, 2021).
2727
*/
2828
"replaySessionCount"?: number;
2929
/**
30-
* Contains the number of browser RUM Lite Sessions.
30+
* Contains the number of browser RUM lite Sessions.
3131
*/
3232
"sessionCount"?: number;
3333
/**
34-
* Contains the number of mobile RUM Sessions on Android (data available beginning December 1, 2020).
34+
* Contains the number of mobile RUM sessions on Android (data available beginning December 1, 2020).
3535
*/
3636
"sessionCountAndroid"?: number;
3737
/**
38-
* Contains the number of mobile RUM Sessions on Flutter (data available beginning March 1, 2023).
38+
* Contains the number of mobile RUM sessions on Flutter (data available beginning March 1, 2023).
3939
*/
4040
"sessionCountFlutter"?: number;
4141
/**
42-
* Contains the number of mobile RUM Sessions on iOS (data available beginning December 1, 2020).
42+
* Contains the number of mobile RUM sessions on iOS (data available beginning December 1, 2020).
4343
*/
4444
"sessionCountIos"?: number;
4545
/**
46-
* Contains the number of mobile RUM Sessions on React Native (data available beginning May 1, 2022).
46+
* Contains the number of mobile RUM sessions on React Native (data available beginning May 1, 2022).
4747
*/
4848
"sessionCountReactnative"?: number;
4949

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ import { UsageRumSessionsHour } from "./UsageRumSessionsHour";
88
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
99

1010
/**
11-
* Response containing the number of RUM Sessions for each hour for a given organization.
11+
* Response containing the number of RUM sessions for each hour for a given organization.
1212
*/
1313
export class UsageRumSessionsResponse {
1414
/**
15-
* Get hourly usage for RUM Sessions.
15+
* Get hourly usage for RUM sessions.
1616
*/
1717
"usage"?: Array<UsageRumSessionsHour>;
1818

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

+152-17
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class UsageSummaryDate {
4040
*/
4141
"asmServerlessSum"?: number;
4242
/**
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).
4444
*/
4545
"auditLogsLinesIndexedSum"?: number;
4646
/**
@@ -72,15 +72,15 @@ export class UsageSummaryDate {
7272
*/
7373
"billableIngestedBytesSum"?: number;
7474
/**
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).
7676
*/
7777
"browserRumLiteSessionCountSum"?: number;
7878
/**
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).
8080
*/
8181
"browserRumReplaySessionCountSum"?: number;
8282
/**
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).
8484
*/
8585
"browserRumUnitsSum"?: number;
8686
/**
@@ -296,43 +296,43 @@ export class UsageSummaryDate {
296296
*/
297297
"iotDeviceTop99p"?: number;
298298
/**
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).
300300
*/
301301
"mobileRumLiteSessionCountSum"?: number;
302302
/**
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).
304304
*/
305305
"mobileRumSessionCountAndroidSum"?: number;
306306
/**
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).
308308
*/
309309
"mobileRumSessionCountFlutterSum"?: number;
310310
/**
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).
312312
*/
313313
"mobileRumSessionCountIosSum"?: number;
314314
/**
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).
316316
*/
317317
"mobileRumSessionCountReactnativeSum"?: number;
318318
/**
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).
320320
*/
321321
"mobileRumSessionCountRokuSum"?: number;
322322
/**
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).
324324
*/
325325
"mobileRumSessionCountSum"?: number;
326326
/**
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).
328328
*/
329329
"mobileRumUnitsSum"?: number;
330330
/**
331331
* Shows the sum of all Network Device Monitoring NetFlow events over all hours in the current date for the given org.
332332
*/
333333
"ndmNetflowEventsSum"?: number;
334334
/**
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).
336336
*/
337337
"netflowIndexedEventsCountSum"?: number;
338338
/**
@@ -368,19 +368,79 @@ export class UsageSummaryDate {
368368
*/
369369
"profilingHostTop99p"?: number;
370370
/**
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).
372372
*/
373373
"rumBrowserAndMobileSessionCount"?: number;
374374
/**
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).
404+
*/
405+
"rumMobileLegacySessionCountReactnativeSum"?: number;
406+
/**
407+
* 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).
424+
*/
425+
"rumMobileLiteSessionCountReactnativeSum"?: number;
426+
/**
427+
* 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).
376436
*/
377437
"rumSessionCountSum"?: number;
378438
/**
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.
380440
*/
381441
"rumTotalSessionCountSum"?: number;
382442
/**
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).
384444
*/
385445
"rumUnitsSum"?: number;
386446
/**
@@ -921,6 +981,81 @@ export class UsageSummaryDate {
921981
type: "number",
922982
format: "int64",
923983
},
984+
rumBrowserLegacySessionCountSum: {
985+
baseName: "rum_browser_legacy_session_count_sum",
986+
type: "number",
987+
format: "int64",
988+
},
989+
rumBrowserLiteSessionCountSum: {
990+
baseName: "rum_browser_lite_session_count_sum",
991+
type: "number",
992+
format: "int64",
993+
},
994+
rumBrowserReplaySessionCountSum: {
995+
baseName: "rum_browser_replay_session_count_sum",
996+
type: "number",
997+
format: "int64",
998+
},
999+
rumLiteSessionCountSum: {
1000+
baseName: "rum_lite_session_count_sum",
1001+
type: "number",
1002+
format: "int64",
1003+
},
1004+
rumMobileLegacySessionCountAndroidSum: {
1005+
baseName: "rum_mobile_legacy_session_count_android_sum",
1006+
type: "number",
1007+
format: "int64",
1008+
},
1009+
rumMobileLegacySessionCountFlutterSum: {
1010+
baseName: "rum_mobile_legacy_session_count_flutter_sum",
1011+
type: "number",
1012+
format: "int64",
1013+
},
1014+
rumMobileLegacySessionCountIosSum: {
1015+
baseName: "rum_mobile_legacy_session_count_ios_sum",
1016+
type: "number",
1017+
format: "int64",
1018+
},
1019+
rumMobileLegacySessionCountReactnativeSum: {
1020+
baseName: "rum_mobile_legacy_session_count_reactnative_sum",
1021+
type: "number",
1022+
format: "int64",
1023+
},
1024+
rumMobileLegacySessionCountRokuSum: {
1025+
baseName: "rum_mobile_legacy_session_count_roku_sum",
1026+
type: "number",
1027+
format: "int64",
1028+
},
1029+
rumMobileLiteSessionCountAndroidSum: {
1030+
baseName: "rum_mobile_lite_session_count_android_sum",
1031+
type: "number",
1032+
format: "int64",
1033+
},
1034+
rumMobileLiteSessionCountFlutterSum: {
1035+
baseName: "rum_mobile_lite_session_count_flutter_sum",
1036+
type: "number",
1037+
format: "int64",
1038+
},
1039+
rumMobileLiteSessionCountIosSum: {
1040+
baseName: "rum_mobile_lite_session_count_ios_sum",
1041+
type: "number",
1042+
format: "int64",
1043+
},
1044+
rumMobileLiteSessionCountReactnativeSum: {
1045+
baseName: "rum_mobile_lite_session_count_reactnative_sum",
1046+
type: "number",
1047+
format: "int64",
1048+
},
1049+
rumMobileLiteSessionCountRokuSum: {
1050+
baseName: "rum_mobile_lite_session_count_roku_sum",
1051+
type: "number",
1052+
format: "int64",
1053+
},
1054+
rumReplaySessionCountSum: {
1055+
baseName: "rum_replay_session_count_sum",
1056+
type: "number",
1057+
format: "int64",
1058+
},
9241059
rumSessionCountSum: {
9251060
baseName: "rum_session_count_sum",
9261061
type: "number",

0 commit comments

Comments
 (0)