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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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 Session Replay counts (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_flutter ⇒ Object
Contains the number of mobile RUM sessions on Flutter (data available beginning March 1, 2023).
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
51 52 53 |
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 51 def additional_properties @additional_properties end |
#hour ⇒ Object
The hour for the usage.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 25 def hour @hour end |
#org_name ⇒ Object
The organization name.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 28 def org_name @org_name end |
#public_id ⇒ Object
The organization public ID.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 31 def public_id @public_id end |
#replay_session_count ⇒ Object
Contains the number of RUM Session Replay counts (data available beginning November 1, 2021).
34 35 36 |
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 34 def replay_session_count @replay_session_count end |
#session_count ⇒ Object
Contains the number of browser RUM lite Sessions.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 37 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).
40 41 42 |
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 40 def session_count_android @session_count_android end |
#session_count_flutter ⇒ Object
Contains the number of mobile RUM sessions on Flutter (data available beginning March 1, 2023).
43 44 45 |
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 43 def session_count_flutter @session_count_flutter end |
#session_count_ios ⇒ Object
Contains the number of mobile RUM sessions on iOS (data available beginning December 1, 2020).
46 47 48 |
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 46 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).
49 50 51 |
# File 'lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb', line 49 def session_count_reactnative @session_count_reactnative end |