Skip to content

Commit

Permalink
Update docs for RU Rollout New and Deprecated Keys planned for Oct 1st (
Browse files Browse the repository at this point in the history
#1873)

Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Jun 27, 2024
1 parent d74e6e6 commit 2ea4c68
Show file tree
Hide file tree
Showing 8 changed files with 965 additions and 162 deletions.
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:22.691616",
"spec_repo_commit": "bad4ef97"
"regenerated": "2024-06-27 17:06:14.233742",
"spec_repo_commit": "5ebef994"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-06-26 17:58:22.715789",
"spec_repo_commit": "bad4ef97"
"regenerated": "2024-06-27 17:06:14.251551",
"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 @@ -375,10 +375,10 @@ class MonthlyUsageAttributionValues
# The total RUM Browser and Mobile usage by tag(s).
attr_accessor :rum_browser_mobile_sessions_usage

# The percentage of RUM Replay Sessions usage by tag(s).
# The percentage of RUM Session Replay usage by tag(s).
attr_accessor :rum_replay_sessions_percentage

# The total RUM Replay Sessions usage by tag(s).
# The total RUM Session Replay usage by tag(s).
attr_accessor :rum_replay_sessions_usage

# The percentage of Sensitive Data Scanner usage by tag(s).
Expand Down
14 changes: 7 additions & 7 deletions lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
require 'time'

module DatadogAPIClient::V1
# Number of RUM Sessions recorded for each hour for a given organization.
# Number of RUM sessions recorded for each hour for a given organization.
class UsageRumSessionsHour
include BaseGenericModel

Expand All @@ -30,22 +30,22 @@ class UsageRumSessionsHour
# The organization public ID.
attr_accessor :public_id

# 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).
attr_accessor :replay_session_count

# Contains the number of browser RUM Lite Sessions.
# Contains the number of browser RUM lite Sessions.
attr_accessor :session_count

# 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).
attr_accessor :session_count_android

# 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).
attr_accessor :session_count_flutter

# 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).
attr_accessor :session_count_ios

# 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).
attr_accessor :session_count_reactnative

# Attribute mapping from ruby-style variable name to JSON key.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
require 'time'

module DatadogAPIClient::V1
# 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.
class UsageRumSessionsResponse
include BaseGenericModel

# Get hourly usage for RUM Sessions.
# Get hourly usage for RUM sessions.
attr_accessor :usage

# Attribute mapping from ruby-style variable name to JSON key.
Expand Down
186 changes: 168 additions & 18 deletions lib/datadog_api_client/v1/models/usage_summary_date.rb

Large diffs are not rendered by default.

188 changes: 169 additions & 19 deletions lib/datadog_api_client/v1/models/usage_summary_date_org.rb

Large diffs are not rendered by default.

192 changes: 171 additions & 21 deletions lib/datadog_api_client/v1/models/usage_summary_response.rb

Large diffs are not rendered by default.

0 comments on commit 2ea4c68

Please sign in to comment.