Skip to content

Include new rum types in Usage_metering Yaml #2109

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2025
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-03-17 21:06:17.906042",
"spec_repo_commit": "2dfddc18"
"regenerated": "2025-03-18 16:20:26.141624",
"spec_repo_commit": "78376979"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-03-17 21:06:17.921704",
"spec_repo_commit": "2dfddc18"
"regenerated": "2025-03-18 16:20:26.157686",
"spec_repo_commit": "78376979"
}
}
}
45 changes: 45 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20634,6 +20634,11 @@ components:
1st, 2024).
format: int64
type: integer
rum_mobile_lite_session_count_kotlinmultiplatform_sum:
description: Shows the sum of all mobile RUM lite sessions on Kotlin Multiplatform
over all hours within the current date for all organizations.
format: int64
type: integer
rum_mobile_lite_session_count_reactnative_sum:
description: 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
Expand All @@ -20646,6 +20651,11 @@ components:
on October 1st, 2024).
format: int64
type: integer
rum_mobile_lite_session_count_unity_sum:
description: Shows the sum of all mobile RUM lite sessions on Unity over
all hours within the current date for all organizations.
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.
Expand All @@ -20656,6 +20666,11 @@ components:
all hours within the current date for the given org.
format: int64
type: integer
rum_mobile_replay_session_count_kotlinmultiplatform_sum:
description: Shows the sum of all mobile RUM replay sessions on Kotlin Multiplatform
over all hours within the current date for all organizations.
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.
Expand Down Expand Up @@ -21508,6 +21523,11 @@ components:
1st, 2024).
format: int64
type: integer
rum_mobile_lite_session_count_kotlinmultiplatform_sum:
description: Shows the sum of all mobile RUM lite sessions on Kotlin Multiplatform
over all hours within the current date for the given org.
format: int64
type: integer
rum_mobile_lite_session_count_reactnative_sum:
description: Shows the sum of all mobile RUM lite sessions on React Native
over all hours in the current date for the given org (To be introduced
Expand All @@ -21520,6 +21540,11 @@ components:
1st, 2024).
format: int64
type: integer
rum_mobile_lite_session_count_unity_sum:
description: Shows the sum of all mobile RUM lite sessions on Unity over
all hours within the current date for the given org.
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.
Expand All @@ -21530,6 +21555,11 @@ components:
all hours within the current date for the given org.
format: int64
type: integer
rum_mobile_replay_session_count_kotlinmultiplatform_sum:
description: Shows the sum of all mobile RUM replay sessions on Kotlin Multiplatform
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.
Expand Down Expand Up @@ -22414,6 +22444,11 @@ components:
October 1st, 2024).
format: int64
type: integer
rum_mobile_lite_session_count_kotlinmultiplatform_agg_sum:
description: Shows the sum of all mobile RUM lite sessions on Kotlin Multiplatform
over all hours within the current month for all organizations.
format: int64
type: integer
rum_mobile_lite_session_count_reactnative_agg_sum:
description: Shows the sum of all mobile RUM lite sessions on React Native
over all hours in the current month for all organizations (To be introduced
Expand All @@ -22426,6 +22461,11 @@ components:
on October 1st, 2024).
format: int64
type: integer
rum_mobile_lite_session_count_unity_agg_sum:
description: Shows the sum of all mobile RUM lite sessions on Unity over
all hours within the current month for all organizations.
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.
Expand All @@ -22436,6 +22476,11 @@ components:
all hours within the current month for all organizations.
format: int64
type: integer
rum_mobile_replay_session_count_kotlinmultiplatform_agg_sum:
description: Shows the sum of all mobile RUM replay sessions on Kotlin Multiplatform
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.
Expand Down
27 changes: 27 additions & 0 deletions packages/datadog-api-client-v1/models/UsageSummaryDate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,10 @@ export class UsageSummaryDate {
* 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).
*/
"rumMobileLiteSessionCountIosSum"?: number;
/**
* Shows the sum of all mobile RUM lite sessions on Kotlin Multiplatform over all hours within the current date for all organizations.
*/
"rumMobileLiteSessionCountKotlinmultiplatformSum"?: number;
/**
* 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).
*/
Expand All @@ -535,6 +539,10 @@ export class UsageSummaryDate {
* 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 lite sessions on Unity over all hours within the current date for all organizations.
*/
"rumMobileLiteSessionCountUnitySum"?: number;
/**
* Shows the sum of all mobile RUM replay sessions on Android over all hours within the current date for the given org.
*/
Expand All @@ -543,6 +551,10 @@ export class UsageSummaryDate {
* 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 Kotlin Multiplatform over all hours within the current date for all organizations.
*/
"rumMobileReplaySessionCountKotlinmultiplatformSum"?: number;
/**
* Shows the sum of all mobile RUM replay sessions on React Native over all hours within the current date for the given org.
*/
Expand Down Expand Up @@ -1308,6 +1320,11 @@ export class UsageSummaryDate {
type: "number",
format: "int64",
},
rumMobileLiteSessionCountKotlinmultiplatformSum: {
baseName: "rum_mobile_lite_session_count_kotlinmultiplatform_sum",
type: "number",
format: "int64",
},
rumMobileLiteSessionCountReactnativeSum: {
baseName: "rum_mobile_lite_session_count_reactnative_sum",
type: "number",
Expand All @@ -1318,6 +1335,11 @@ export class UsageSummaryDate {
type: "number",
format: "int64",
},
rumMobileLiteSessionCountUnitySum: {
baseName: "rum_mobile_lite_session_count_unity_sum",
type: "number",
format: "int64",
},
rumMobileReplaySessionCountAndroidSum: {
baseName: "rum_mobile_replay_session_count_android_sum",
type: "number",
Expand All @@ -1328,6 +1350,11 @@ export class UsageSummaryDate {
type: "number",
format: "int64",
},
rumMobileReplaySessionCountKotlinmultiplatformSum: {
baseName: "rum_mobile_replay_session_count_kotlinmultiplatform_sum",
type: "number",
format: "int64",
},
rumMobileReplaySessionCountReactnativeSum: {
baseName: "rum_mobile_replay_session_count_reactnative_sum",
type: "number",
Expand Down
27 changes: 27 additions & 0 deletions packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,10 @@ export class UsageSummaryDateOrg {
* Shows the sum of all mobile RUM lite sessions on iOS over all hours in the current date for the given org (To be introduced on October 1st, 2024).
*/
"rumMobileLiteSessionCountIosSum"?: number;
/**
* Shows the sum of all mobile RUM lite sessions on Kotlin Multiplatform over all hours within the current date for the given org.
*/
"rumMobileLiteSessionCountKotlinmultiplatformSum"?: number;
/**
* Shows the sum of all mobile RUM lite sessions on React Native over all hours in the current date for the given org (To be introduced on October 1st, 2024).
*/
Expand All @@ -558,6 +562,10 @@ 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 lite sessions on Unity over all hours within the current date for the given org.
*/
"rumMobileLiteSessionCountUnitySum"?: number;
/**
* Shows the sum of all mobile RUM replay sessions on Android over all hours within the current date for the given org.
*/
Expand All @@ -566,6 +574,10 @@ export class UsageSummaryDateOrg {
* 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 Kotlin Multiplatform over all hours within the current date for the given org.
*/
"rumMobileReplaySessionCountKotlinmultiplatformSum"?: number;
/**
* Shows the sum of all mobile RUM replay sessions on React Native over all hours within the current date for the given org.
*/
Expand Down Expand Up @@ -1356,6 +1368,11 @@ export class UsageSummaryDateOrg {
type: "number",
format: "int64",
},
rumMobileLiteSessionCountKotlinmultiplatformSum: {
baseName: "rum_mobile_lite_session_count_kotlinmultiplatform_sum",
type: "number",
format: "int64",
},
rumMobileLiteSessionCountReactnativeSum: {
baseName: "rum_mobile_lite_session_count_reactnative_sum",
type: "number",
Expand All @@ -1366,6 +1383,11 @@ export class UsageSummaryDateOrg {
type: "number",
format: "int64",
},
rumMobileLiteSessionCountUnitySum: {
baseName: "rum_mobile_lite_session_count_unity_sum",
type: "number",
format: "int64",
},
rumMobileReplaySessionCountAndroidSum: {
baseName: "rum_mobile_replay_session_count_android_sum",
type: "number",
Expand All @@ -1376,6 +1398,11 @@ export class UsageSummaryDateOrg {
type: "number",
format: "int64",
},
rumMobileReplaySessionCountKotlinmultiplatformSum: {
baseName: "rum_mobile_replay_session_count_kotlinmultiplatform_sum",
type: "number",
format: "int64",
},
rumMobileReplaySessionCountReactnativeSum: {
baseName: "rum_mobile_replay_session_count_reactnative_sum",
type: "number",
Expand Down
27 changes: 27 additions & 0 deletions packages/datadog-api-client-v1/models/UsageSummaryResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,10 @@ export class UsageSummaryResponse {
* Shows the sum of all mobile RUM lite sessions on iOS over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
*/
"rumMobileLiteSessionCountIosAggSum"?: number;
/**
* Shows the sum of all mobile RUM lite sessions on Kotlin Multiplatform over all hours within the current month for all organizations.
*/
"rumMobileLiteSessionCountKotlinmultiplatformAggSum"?: number;
/**
* Shows the sum of all mobile RUM lite sessions on React Native over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
*/
Expand All @@ -572,6 +576,10 @@ export class UsageSummaryResponse {
* 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 lite sessions on Unity over all hours within the current month for all organizations.
*/
"rumMobileLiteSessionCountUnityAggSum"?: number;
/**
* Shows the sum of all mobile RUM replay sessions on Android over all hours within the current month for all organizations.
*/
Expand All @@ -580,6 +588,10 @@ export class UsageSummaryResponse {
* 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 Kotlin Multiplatform over all hours within the current month for all organizations.
*/
"rumMobileReplaySessionCountKotlinmultiplatformAggSum"?: number;
/**
* Shows the sum of all mobile RUM replay sessions on React Native over all hours within the current month for all organizations.
*/
Expand Down Expand Up @@ -1398,6 +1410,11 @@ export class UsageSummaryResponse {
type: "number",
format: "int64",
},
rumMobileLiteSessionCountKotlinmultiplatformAggSum: {
baseName: "rum_mobile_lite_session_count_kotlinmultiplatform_agg_sum",
type: "number",
format: "int64",
},
rumMobileLiteSessionCountReactnativeAggSum: {
baseName: "rum_mobile_lite_session_count_reactnative_agg_sum",
type: "number",
Expand All @@ -1408,6 +1425,11 @@ export class UsageSummaryResponse {
type: "number",
format: "int64",
},
rumMobileLiteSessionCountUnityAggSum: {
baseName: "rum_mobile_lite_session_count_unity_agg_sum",
type: "number",
format: "int64",
},
rumMobileReplaySessionCountAndroidAggSum: {
baseName: "rum_mobile_replay_session_count_android_agg_sum",
type: "number",
Expand All @@ -1418,6 +1440,11 @@ export class UsageSummaryResponse {
type: "number",
format: "int64",
},
rumMobileReplaySessionCountKotlinmultiplatformAggSum: {
baseName: "rum_mobile_replay_session_count_kotlinmultiplatform_agg_sum",
type: "number",
format: "int64",
},
rumMobileReplaySessionCountReactnativeAggSum: {
baseName: "rum_mobile_replay_session_count_reactnative_agg_sum",
type: "number",
Expand Down
Loading