diff --git a/.apigentools-info b/.apigentools-info index c98476e34945..6672f5933697 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -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" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 09a4d845e5ff..4c79ef3ea2ef 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -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: @@ -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 @@ -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: @@ -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, @@ -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 diff --git a/packages/datadog-api-client-v1/models/UsageSummaryDate.ts b/packages/datadog-api-client-v1/models/UsageSummaryDate.ts index c14f701b5cee..eeef6aacab91 100644 --- a/packages/datadog-api-client-v1/models/UsageSummaryDate.ts +++ b/packages/datadog-api-client-v1/models/UsageSummaryDate.ts @@ -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; /** @@ -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). */ @@ -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", diff --git a/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts b/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts index 246b7bd74a6f..9506e1c382aa 100644 --- a/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts +++ b/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts @@ -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; /** @@ -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). */ @@ -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", diff --git a/packages/datadog-api-client-v1/models/UsageSummaryResponse.ts b/packages/datadog-api-client-v1/models/UsageSummaryResponse.ts index f7b15b4b5c71..cd737db8863f 100644 --- a/packages/datadog-api-client-v1/models/UsageSummaryResponse.ts +++ b/packages/datadog-api-client-v1/models/UsageSummaryResponse.ts @@ -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). */ @@ -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",