Skip to content
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

Update docs for RU Rollout New and Deprecated Keys planned for Oct 1st #1672

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": "2024-06-26 17:58:26.539568",
"spec_repo_commit": "bad4ef97"
"regenerated": "2024-06-27 17:06:10.290866",
"spec_repo_commit": "5ebef994"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-06-26 17:58:26.558578",
"spec_repo_commit": "bad4ef97"
"regenerated": "2024-06-27 17:06:10.309309",
"spec_repo_commit": "5ebef994"
}
}
}
531 changes: 442 additions & 89 deletions .generator/schemas/v1/openapi.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -483,11 +483,11 @@ export class MonthlyUsageAttributionValues {
*/
"rumBrowserMobileSessionsUsage"?: number;
/**
* The percentage of RUM Replay Sessions usage by tag(s).
* The percentage of RUM Session Replay usage by tag(s).
*/
"rumReplaySessionsPercentage"?: number;
/**
* The total RUM Replay Sessions usage by tag(s).
* The total RUM Session Replay usage by tag(s).
*/
"rumReplaySessionsUsage"?: number;
/**
Expand Down
14 changes: 7 additions & 7 deletions packages/datadog-api-client-v1/models/UsageRumSessionsHour.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { AttributeTypeMap } from "../../datadog-api-client-common/util";

/**
* Number of RUM Sessions recorded for each hour for a given organization.
* Number of RUM sessions recorded for each hour for a given organization.
*/
export class UsageRumSessionsHour {
/**
Expand All @@ -23,27 +23,27 @@ export class UsageRumSessionsHour {
*/
"publicId"?: string;
/**
* Contains the number of RUM Replay Sessions (data available beginning November 1, 2021).
* Contains the number of RUM Session Replay counts (data available beginning November 1, 2021).
*/
"replaySessionCount"?: number;
/**
* Contains the number of browser RUM Lite Sessions.
* Contains the number of browser RUM lite Sessions.
*/
"sessionCount"?: number;
/**
* Contains the number of mobile RUM Sessions on Android (data available beginning December 1, 2020).
* Contains the number of mobile RUM sessions on Android (data available beginning December 1, 2020).
*/
"sessionCountAndroid"?: number;
/**
* Contains the number of mobile RUM Sessions on Flutter (data available beginning March 1, 2023).
* Contains the number of mobile RUM sessions on Flutter (data available beginning March 1, 2023).
*/
"sessionCountFlutter"?: number;
/**
* Contains the number of mobile RUM Sessions on iOS (data available beginning December 1, 2020).
* Contains the number of mobile RUM sessions on iOS (data available beginning December 1, 2020).
*/
"sessionCountIos"?: number;
/**
* Contains the number of mobile RUM Sessions on React Native (data available beginning May 1, 2022).
* Contains the number of mobile RUM sessions on React Native (data available beginning May 1, 2022).
*/
"sessionCountReactnative"?: number;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import { UsageRumSessionsHour } from "./UsageRumSessionsHour";
import { AttributeTypeMap } from "../../datadog-api-client-common/util";

/**
* Response containing the number of RUM Sessions for each hour for a given organization.
* Response containing the number of RUM sessions for each hour for a given organization.
*/
export class UsageRumSessionsResponse {
/**
* Get hourly usage for RUM Sessions.
* Get hourly usage for RUM sessions.
*/
"usage"?: Array<UsageRumSessionsHour>;

Expand Down
169 changes: 152 additions & 17 deletions packages/datadog-api-client-v1/models/UsageSummaryDate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class UsageSummaryDate {
*/
"asmServerlessSum"?: number;
/**
* Shows the sum of audit logs lines indexed over all hours in the current date for all organizations.
* 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).
*/
"auditLogsLinesIndexedSum"?: number;
/**
Expand Down Expand Up @@ -72,15 +72,15 @@ export class UsageSummaryDate {
*/
"billableIngestedBytesSum"?: number;
/**
* Shows the sum of all browser lite sessions over all hours in the current date for all organizations.
* 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).
*/
"browserRumLiteSessionCountSum"?: number;
/**
* Shows the sum of all browser replay sessions over all hours in the current date for all organizations.
* 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).
*/
"browserRumReplaySessionCountSum"?: number;
/**
* Shows the sum of all browser RUM units over all hours in the current date for all organizations.
* 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).
*/
"browserRumUnitsSum"?: number;
/**
Expand Down Expand Up @@ -296,43 +296,43 @@ export class UsageSummaryDate {
*/
"iotDeviceTop99p"?: number;
/**
* Shows the sum of all mobile lite sessions over all hours in the current date for all organizations.
* 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).
*/
"mobileRumLiteSessionCountSum"?: number;
/**
* Shows the sum of all mobile RUM Sessions on Android over all hours in the current date for all organizations.
* 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).
*/
"mobileRumSessionCountAndroidSum"?: number;
/**
* Shows the sum of all mobile RUM Sessions on Flutter over all hours in the current date for all organizations.
* 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).
*/
"mobileRumSessionCountFlutterSum"?: number;
/**
* Shows the sum of all mobile RUM Sessions on iOS over all hours in the current date for all organizations.
* 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).
*/
"mobileRumSessionCountIosSum"?: number;
/**
* Shows the sum of all mobile RUM Sessions on React Native over all hours in the current date for all organizations.
* 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).
*/
"mobileRumSessionCountReactnativeSum"?: number;
/**
* Shows the sum of all mobile RUM Sessions on Roku over all hours in the current date for all organizations.
* 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).
*/
"mobileRumSessionCountRokuSum"?: number;
/**
* Shows the sum of all mobile RUM Sessions over all hours in the current date for all organizations
* 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).
*/
"mobileRumSessionCountSum"?: number;
/**
* Shows the sum of all mobile RUM units over all hours in the current date for all organizations.
* 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).
*/
"mobileRumUnitsSum"?: number;
/**
* Shows the sum of all Network Device Monitoring NetFlow events over all hours in the current date for the given org.
*/
"ndmNetflowEventsSum"?: number;
/**
* Shows the sum of all Network flows indexed over all hours in the current date for all organizations.
* 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).
*/
"netflowIndexedEventsCountSum"?: number;
/**
Expand Down Expand Up @@ -368,19 +368,79 @@ export class UsageSummaryDate {
*/
"profilingHostTop99p"?: number;
/**
* Shows the sum of all mobile sessions and all browser lite and legacy sessions over all hours in the current month for all organizations.
* 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).
*/
"rumBrowserAndMobileSessionCount"?: number;
/**
* Shows the sum of all browser RUM Lite Sessions over all hours in the current date for all organizations
* 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).
*/
"rumBrowserLegacySessionCountSum"?: number;
/**
* 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).
*/
"rumBrowserLiteSessionCountSum"?: number;
/**
* 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).
*/
"rumBrowserReplaySessionCountSum"?: number;
/**
* 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).
*/
"rumLiteSessionCountSum"?: number;
/**
* 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).
*/
"rumMobileLegacySessionCountAndroidSum"?: number;
/**
* 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).
*/
"rumMobileLegacySessionCountFlutterSum"?: number;
/**
* 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).
*/
"rumMobileLegacySessionCountIosSum"?: number;
/**
* 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).
*/
"rumMobileLegacySessionCountReactnativeSum"?: number;
/**
* 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).
*/
"rumMobileLegacySessionCountRokuSum"?: number;
/**
* 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).
*/
"rumMobileLiteSessionCountAndroidSum"?: number;
/**
* 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).
*/
"rumMobileLiteSessionCountFlutterSum"?: number;
/**
* 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 React Native over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
*/
"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).
*/
"rumMobileLiteSessionCountRokuSum"?: 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).
*/
"rumReplaySessionCountSum"?: number;
/**
* 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).
*/
"rumSessionCountSum"?: number;
/**
* Shows the sum of RUM Sessions (browser and mobile) over all hours in the current date for all organizations.
* Shows the sum of RUM sessions (browser and mobile) over all hours in the current date for all organizations.
*/
"rumTotalSessionCountSum"?: number;
/**
* Shows the sum of all browser and mobile RUM units over all hours in the current date for all organizations.
* 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).
*/
"rumUnitsSum"?: number;
/**
Expand Down Expand Up @@ -921,6 +981,81 @@ export class UsageSummaryDate {
type: "number",
format: "int64",
},
rumBrowserLegacySessionCountSum: {
baseName: "rum_browser_legacy_session_count_sum",
type: "number",
format: "int64",
},
rumBrowserLiteSessionCountSum: {
baseName: "rum_browser_lite_session_count_sum",
type: "number",
format: "int64",
},
rumBrowserReplaySessionCountSum: {
baseName: "rum_browser_replay_session_count_sum",
type: "number",
format: "int64",
},
rumLiteSessionCountSum: {
baseName: "rum_lite_session_count_sum",
type: "number",
format: "int64",
},
rumMobileLegacySessionCountAndroidSum: {
baseName: "rum_mobile_legacy_session_count_android_sum",
type: "number",
format: "int64",
},
rumMobileLegacySessionCountFlutterSum: {
baseName: "rum_mobile_legacy_session_count_flutter_sum",
type: "number",
format: "int64",
},
rumMobileLegacySessionCountIosSum: {
baseName: "rum_mobile_legacy_session_count_ios_sum",
type: "number",
format: "int64",
},
rumMobileLegacySessionCountReactnativeSum: {
baseName: "rum_mobile_legacy_session_count_reactnative_sum",
type: "number",
format: "int64",
},
rumMobileLegacySessionCountRokuSum: {
baseName: "rum_mobile_legacy_session_count_roku_sum",
type: "number",
format: "int64",
},
rumMobileLiteSessionCountAndroidSum: {
baseName: "rum_mobile_lite_session_count_android_sum",
type: "number",
format: "int64",
},
rumMobileLiteSessionCountFlutterSum: {
baseName: "rum_mobile_lite_session_count_flutter_sum",
type: "number",
format: "int64",
},
rumMobileLiteSessionCountIosSum: {
baseName: "rum_mobile_lite_session_count_ios_sum",
type: "number",
format: "int64",
},
rumMobileLiteSessionCountReactnativeSum: {
baseName: "rum_mobile_lite_session_count_reactnative_sum",
type: "number",
format: "int64",
},
rumMobileLiteSessionCountRokuSum: {
baseName: "rum_mobile_lite_session_count_roku_sum",
type: "number",
format: "int64",
},
rumReplaySessionCountSum: {
baseName: "rum_replay_session_count_sum",
type: "number",
format: "int64",
},
rumSessionCountSum: {
baseName: "rum_session_count_sum",
type: "number",
Expand Down
Loading
Loading