Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update rum doc to include new usage types #1984

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-13 17:10:17.417320",
"spec_repo_commit": "be17a7b8"
"regenerated": "2025-01-13 18:28:02.983186",
"spec_repo_commit": "3517c947"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-13 17:10:17.436132",
"spec_repo_commit": "be17a7b8"
"regenerated": "2025-01-13 18:28:02.998674",
"spec_repo_commit": "3517c947"
}
}
}
53 changes: 49 additions & 4 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20269,7 +20269,7 @@ components:
type: integer
profiling_host_top99p:
description: Shows the 99th percentile of all profiled hosts over all hours
in the current date for all organizations.
within the current date for all organizations.
format: int64
type: integer
rum_browser_and_mobile_session_count:
Expand Down Expand Up @@ -20358,10 +20358,25 @@ components:
type: integer
rum_mobile_lite_session_count_roku_sum:
description: Shows the sum of all mobile RUM lite sessions on Roku over
all hours in the current date for all organizations (To be introduced
all hours within the current date for all organizations (To be introduced
on October 1st, 2024).
format: int64
type: integer
rum_mobile_replay_session_count_android_sum:
description: Shows the sum of all mobile RUM replay sessions on Android
over all hours within the current date for the given org.
format: int64
type: integer
rum_mobile_replay_session_count_ios_sum:
description: Shows the sum of all mobile RUM replay sessions on iOS over
all hours within the current date for the given org.
format: int64
type: integer
rum_mobile_replay_session_count_reactnative_sum:
description: Shows the sum of all mobile RUM replay sessions on React Native
over all hours within the current date for the given org.
format: int64
type: integer
rum_replay_session_count_sum:
description: Shows the sum of all RUM Session Replay counts over all hours
in the current date for all organizations (To be introduced on October
Expand Down Expand Up @@ -21122,7 +21137,7 @@ components:
type: integer
profiling_host_top99p:
description: Shows the 99th percentile of all profiled hosts over all hours
in the current date for the given org.
within the current date for the given org.
format: int64
type: integer
public_id:
Expand Down Expand Up @@ -21221,6 +21236,21 @@ components:
1st, 2024).
format: int64
type: integer
rum_mobile_replay_session_count_android_sum:
description: Shows the sum of all mobile RUM replay sessions on Android
over all hours within the current date for the given org.
format: int64
type: integer
rum_mobile_replay_session_count_ios_sum:
description: Shows the sum of all mobile RUM replay sessions on iOS over
all hours within the current date for the given org.
format: int64
type: integer
rum_mobile_replay_session_count_reactnative_sum:
description: Shows the sum of all mobile RUM replay sessions on React Native
over all hours within the current date for the given org.
format: int64
type: integer
rum_replay_session_count_sum:
description: Shows the sum of all RUM Session Replay counts over all hours
in the current date for the given org (To be introduced on October 1st,
Expand Down Expand Up @@ -22109,10 +22139,25 @@ components:
type: integer
rum_mobile_lite_session_count_roku_agg_sum:
description: Shows the sum of all mobile RUM lite sessions on Roku over
all hours in the current month for all organizations (To be introduced
all hours within the current month for all organizations (To be introduced
on October 1st, 2024).
format: int64
type: integer
rum_mobile_replay_session_count_android_agg_sum:
description: Shows the sum of all mobile RUM replay sessions on Android
over all hours within the current month for all organizations.
format: int64
type: integer
rum_mobile_replay_session_count_ios_agg_sum:
description: Shows the sum of all mobile RUM replay sessions on iOS over
all hours within the current month for all organizations.
format: int64
type: integer
rum_mobile_replay_session_count_reactnative_agg_sum:
description: Shows the sum of all mobile RUM replay sessions on React Native
over all hours within the current month for all organizations.
format: int64
type: integer
rum_replay_session_count_agg_sum:
description: Shows the sum of all RUM Session Replay counts over all hours
in the current month for all organizations (To be introduced on October
Expand Down
31 changes: 29 additions & 2 deletions packages/datadog-api-client-v1/models/UsageSummaryDate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ export class UsageSummaryDate {
*/
"profilingAasCountTop99p"?: number;
/**
* Shows the 99th percentile of all profiled hosts over all hours in the current date for all organizations.
* Shows the 99th percentile of all profiled hosts over all hours within the current date for all organizations.
*/
"profilingHostTop99p"?: number;
/**
Expand Down Expand Up @@ -532,9 +532,21 @@ export class UsageSummaryDate {
*/
"rumMobileLiteSessionCountReactnativeSum"?: number;
/**
* 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).
* Shows the sum of all mobile RUM lite sessions on Roku over all hours within the current date for all organizations (To be introduced on October 1st, 2024).
*/
"rumMobileLiteSessionCountRokuSum"?: number;
/**
* Shows the sum of all mobile RUM replay sessions on Android over all hours within the current date for the given org.
*/
"rumMobileReplaySessionCountAndroidSum"?: number;
/**
* Shows the sum of all mobile RUM replay sessions on iOS over all hours within the current date for the given org.
*/
"rumMobileReplaySessionCountIosSum"?: number;
/**
* Shows the sum of all mobile RUM replay sessions on React Native over all hours within the current date for the given org.
*/
"rumMobileReplaySessionCountReactnativeSum"?: number;
/**
* 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).
*/
Expand Down Expand Up @@ -1306,6 +1318,21 @@ export class UsageSummaryDate {
type: "number",
format: "int64",
},
rumMobileReplaySessionCountAndroidSum: {
baseName: "rum_mobile_replay_session_count_android_sum",
type: "number",
format: "int64",
},
rumMobileReplaySessionCountIosSum: {
baseName: "rum_mobile_replay_session_count_ios_sum",
type: "number",
format: "int64",
},
rumMobileReplaySessionCountReactnativeSum: {
baseName: "rum_mobile_replay_session_count_reactnative_sum",
type: "number",
format: "int64",
},
rumReplaySessionCountSum: {
baseName: "rum_replay_session_count_sum",
type: "number",
Expand Down
29 changes: 28 additions & 1 deletion packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ export class UsageSummaryDateOrg {
*/
"profilingAasCountTop99p"?: number;
/**
* Shows the 99th percentile of all profiled hosts over all hours in the current date for the given org.
* Shows the 99th percentile of all profiled hosts over all hours within the current date for the given org.
*/
"profilingHostTop99p"?: number;
/**
Expand Down Expand Up @@ -558,6 +558,18 @@ export class UsageSummaryDateOrg {
* Shows the sum of all mobile RUM lite sessions on Roku over all hours in the current date for the given org (To be introduced on October 1st, 2024).
*/
"rumMobileLiteSessionCountRokuSum"?: number;
/**
* Shows the sum of all mobile RUM replay sessions on Android over all hours within the current date for the given org.
*/
"rumMobileReplaySessionCountAndroidSum"?: number;
/**
* Shows the sum of all mobile RUM replay sessions on iOS over all hours within the current date for the given org.
*/
"rumMobileReplaySessionCountIosSum"?: number;
/**
* Shows the sum of all mobile RUM replay sessions on React Native over all hours within the current date for the given org.
*/
"rumMobileReplaySessionCountReactnativeSum"?: number;
/**
* Shows the sum of all RUM Session Replay counts over all hours in the current date for the given org (To be introduced on October 1st, 2024).
*/
Expand Down Expand Up @@ -1354,6 +1366,21 @@ export class UsageSummaryDateOrg {
type: "number",
format: "int64",
},
rumMobileReplaySessionCountAndroidSum: {
baseName: "rum_mobile_replay_session_count_android_sum",
type: "number",
format: "int64",
},
rumMobileReplaySessionCountIosSum: {
baseName: "rum_mobile_replay_session_count_ios_sum",
type: "number",
format: "int64",
},
rumMobileReplaySessionCountReactnativeSum: {
baseName: "rum_mobile_replay_session_count_reactnative_sum",
type: "number",
format: "int64",
},
rumReplaySessionCountSum: {
baseName: "rum_replay_session_count_sum",
type: "number",
Expand Down
29 changes: 28 additions & 1 deletion packages/datadog-api-client-v1/models/UsageSummaryResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,9 +569,21 @@ export class UsageSummaryResponse {
*/
"rumMobileLiteSessionCountReactnativeAggSum"?: number;
/**
* Shows the sum of all mobile RUM lite sessions on Roku over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
* Shows the sum of all mobile RUM lite sessions on Roku over all hours within the current month for all organizations (To be introduced on October 1st, 2024).
*/
"rumMobileLiteSessionCountRokuAggSum"?: number;
/**
* Shows the sum of all mobile RUM replay sessions on Android over all hours within the current month for all organizations.
*/
"rumMobileReplaySessionCountAndroidAggSum"?: number;
/**
* Shows the sum of all mobile RUM replay sessions on iOS over all hours within the current month for all organizations.
*/
"rumMobileReplaySessionCountIosAggSum"?: number;
/**
* Shows the sum of all mobile RUM replay sessions on React Native over all hours within the current month for all organizations.
*/
"rumMobileReplaySessionCountReactnativeAggSum"?: number;
/**
* Shows the sum of all RUM Session Replay counts over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
*/
Expand Down Expand Up @@ -1396,6 +1408,21 @@ export class UsageSummaryResponse {
type: "number",
format: "int64",
},
rumMobileReplaySessionCountAndroidAggSum: {
baseName: "rum_mobile_replay_session_count_android_agg_sum",
type: "number",
format: "int64",
},
rumMobileReplaySessionCountIosAggSum: {
baseName: "rum_mobile_replay_session_count_ios_agg_sum",
type: "number",
format: "int64",
},
rumMobileReplaySessionCountReactnativeAggSum: {
baseName: "rum_mobile_replay_session_count_reactnative_agg_sum",
type: "number",
format: "int64",
},
rumReplaySessionCountAggSum: {
baseName: "rum_replay_session_count_agg_sum",
type: "number",
Expand Down
Loading