Class: DatadogAPIClient::V2::SignalsProblemsDetections
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SignalsProblemsDetections
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/signals_problems_detections.rb
Overview
Grouped detection results by detection type.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#high_frozen_frame_rates ⇒ Object
Detected high frozen frame rate issues.
-
#high_script_evaluations ⇒ Object
Detected high script evaluation issues.
-
#low_cache_hit_rates ⇒ Object
Detected low cache hit rate issues.
-
#mobile_scroll_frictions ⇒ Object
Detected mobile scroll friction issues.
-
#slow_fcp_high_bytes ⇒ Object
Detected slow first contentful paint with high byte count issues.
-
#slow_interaction_long_tasks ⇒ Object
Detected slow interaction with long task issues.
-
#uncompressed_resources ⇒ Object
Detected uncompressed resource issues.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/signals_problems_detections.rb', line 45 def additional_properties @additional_properties end |
#high_frozen_frame_rates ⇒ Object
Detected high frozen frame rate issues.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/signals_problems_detections.rb', line 25 def high_frozen_frame_rates @high_frozen_frame_rates end |
#high_script_evaluations ⇒ Object
Detected high script evaluation issues.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/signals_problems_detections.rb', line 28 def high_script_evaluations @high_script_evaluations end |
#low_cache_hit_rates ⇒ Object
Detected low cache hit rate issues.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/signals_problems_detections.rb', line 31 def low_cache_hit_rates @low_cache_hit_rates end |
#mobile_scroll_frictions ⇒ Object
Detected mobile scroll friction issues.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/signals_problems_detections.rb', line 34 def mobile_scroll_frictions @mobile_scroll_frictions end |
#slow_fcp_high_bytes ⇒ Object
Detected slow first contentful paint with high byte count issues.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/signals_problems_detections.rb', line 37 def slow_fcp_high_bytes @slow_fcp_high_bytes end |
#slow_interaction_long_tasks ⇒ Object
Detected slow interaction with long task issues.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/signals_problems_detections.rb', line 40 def slow_interaction_long_tasks @slow_interaction_long_tasks end |
#uncompressed_resources ⇒ Object
Detected uncompressed resource issues.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/signals_problems_detections.rb', line 43 def uncompressed_resources @uncompressed_resources end |