Class: DatadogAPIClient::V2::SignalsProblemsDetections

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_ratesObject

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_evaluationsObject

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_ratesObject

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_frictionsObject

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_bytesObject

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_tasksObject

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_resourcesObject

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