Skip to content

Add usage metering RUM Roku fields #1189

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

Merged
Merged
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
@@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.4",
"regenerated": "2023-06-12 17:40:21.088731",
"spec_repo_commit": "03643056"
"regenerated": "2023-06-13 15:21:16.574126",
"spec_repo_commit": "a19e81fb"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2023-06-12 17:40:21.101862",
"spec_repo_commit": "03643056"
"regenerated": "2023-06-13 15:21:16.591506",
"spec_repo_commit": "a19e81fb"
}
}
}
15 changes: 15 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
@@ -17652,6 +17652,11 @@ components:
all hours in the current date for all organizations.
format: int64
type: integer
mobile_rum_session_count_roku_sum:
description: Shows the sum of all mobile RUM Sessions on Roku over all hours
in the current date for all organizations.
format: int64
type: integer
mobile_rum_session_count_sum:
description: Shows the sum of all mobile RUM Sessions over all hours in
the current date for all organizations
@@ -18058,6 +18063,11 @@ components:
all hours in the current date for the given org.
format: int64
type: integer
mobile_rum_session_count_roku_sum:
description: Shows the sum of all mobile RUM Sessions on Roku over all hours
in the current date for the given org.
format: int64
type: integer
mobile_rum_session_count_sum:
description: Shows the sum of all mobile RUM Sessions over all hours in
the current date for the given org.
@@ -18502,6 +18512,11 @@ components:
all hours in the current months for all organizations.
format: int64
type: integer
mobile_rum_session_count_roku_agg_sum:
description: Shows the sum of all mobile RUM Sessions on Roku over all hours
in the current months for all organizations.
format: int64
type: integer
mobile_rum_units_agg_sum:
description: Shows the sum of all mobile RUM units over all hours in the
current months for all organizations.
9 changes: 9 additions & 0 deletions packages/datadog-api-client-v1/models/UsageSummaryDate.ts
Original file line number Diff line number Diff line change
@@ -223,6 +223,10 @@ export class UsageSummaryDate {
* Shows the sum of all mobile RUM Sessions on React Native over all hours in the current date for all organizations.
*/
"mobileRumSessionCountReactnativeSum"?: number;
/**
* Shows the sum of all mobile RUM Sessions on Roku over all hours in the current date for all organizations.
*/
"mobileRumSessionCountRokuSum"?: number;
/**
* Shows the sum of all mobile RUM Sessions over all hours in the current date for all organizations
*/
@@ -606,6 +610,11 @@ export class UsageSummaryDate {
type: "number",
format: "int64",
},
mobileRumSessionCountRokuSum: {
baseName: "mobile_rum_session_count_roku_sum",
type: "number",
format: "int64",
},
mobileRumSessionCountSum: {
baseName: "mobile_rum_session_count_sum",
type: "number",
Original file line number Diff line number Diff line change
@@ -222,6 +222,10 @@ export class UsageSummaryDateOrg {
* Shows the sum of all mobile RUM Sessions on React Native over all hours in the current date for the given org.
*/
"mobileRumSessionCountReactnativeSum"?: number;
/**
* Shows the sum of all mobile RUM Sessions on Roku over all hours in the current date for the given org.
*/
"mobileRumSessionCountRokuSum"?: number;
/**
* Shows the sum of all mobile RUM Sessions over all hours in the current date for the given org.
*/
@@ -612,6 +616,11 @@ export class UsageSummaryDateOrg {
type: "number",
format: "int64",
},
mobileRumSessionCountRokuSum: {
baseName: "mobile_rum_session_count_roku_sum",
type: "number",
format: "int64",
},
mobileRumSessionCountSum: {
baseName: "mobile_rum_session_count_sum",
type: "number",
Original file line number Diff line number Diff line change
@@ -248,6 +248,10 @@ export class UsageSummaryResponse {
* Shows the sum of all mobile RUM Sessions on React Native over all hours in the current months for all organizations.
*/
"mobileRumSessionCountReactnativeAggSum"?: number;
/**
* Shows the sum of all mobile RUM Sessions on Roku over all hours in the current months for all organizations.
*/
"mobileRumSessionCountRokuAggSum"?: number;
/**
* Shows the sum of all mobile RUM units over all hours in the current months for all organizations.
*/
@@ -672,6 +676,11 @@ export class UsageSummaryResponse {
type: "number",
format: "int64",
},
mobileRumSessionCountRokuAggSum: {
baseName: "mobile_rum_session_count_roku_agg_sum",
type: "number",
format: "int64",
},
mobileRumUnitsAggSum: {
baseName: "mobile_rum_units_agg_sum",
type: "number",