Class: DatadogAPIClient::V1::UsageRumSessionsHour
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::UsageRumSessionsHour
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb
Overview
Number of RUM Sessions recorded for each hour for a given organization.
Instance Attribute Summary collapse
-
#hour ⇒ Object
The hour for the usage.
-
#org_name ⇒ Object
The organization name.
-
#public_id ⇒ Object
The organization public ID.
-
#replay_session_count ⇒ Object
Contains the number of RUM Replay Sessions (data available beginning November 1, 2021).
-
#session_count ⇒ Object
Contains the number of browser RUM Lite Sessions.
-
#session_count_android ⇒ Object
Contains the number of mobile RUM Sessions on Android (data available beginning December 1, 2020).
-
#session_count_ios ⇒ Object
Contains the number of mobile RUM Sessions on iOS (data available beginning December 1, 2020).
-
#session_count_reactnative ⇒ Object
Contains the number of mobile RUM Sessions on React Native (data available beginning May 1, 2022).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#hour ⇒ Object
The hour for the usage.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 29 def hour @hour end |
#org_name ⇒ Object
The organization name.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 32 def org_name @org_name end |
#public_id ⇒ Object
The organization public ID.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 35 def public_id @public_id end |
#replay_session_count ⇒ Object
Contains the number of RUM Replay Sessions (data available beginning November 1, 2021).
38 39 40 |
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 38 def replay_session_count @replay_session_count end |
#session_count ⇒ Object
Contains the number of browser RUM Lite Sessions.
41 42 43 |
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 41 def session_count @session_count end |
#session_count_android ⇒ Object
Contains the number of mobile RUM Sessions on Android (data available beginning December 1, 2020).
44 45 46 |
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 44 def session_count_android @session_count_android end |
#session_count_ios ⇒ Object
Contains the number of mobile RUM Sessions on iOS (data available beginning December 1, 2020).
47 48 49 |
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 47 def session_count_ios @session_count_ios end |
#session_count_reactnative ⇒ Object
Contains the number of mobile RUM Sessions on React Native (data available beginning May 1, 2022).
50 51 52 |
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 50 def session_count_reactnative @session_count_reactnative end |