Class: DatadogAPIClient::V2::AggregatedHighFrozenFrameRate

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/aggregated_high_frozen_frame_rate.rb

Overview

Aggregated high frozen frame rate detection at view level.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



42
43
44
# File 'lib/datadog_api_client/v2/models/aggregated_high_frozen_frame_rate.rb', line 42

def additional_properties
  @additional_properties
end

#avg_frozen_frame_rateObject

Average frozen frame rate as a fraction of total frames.



25
26
27
# File 'lib/datadog_api_client/v2/models/aggregated_high_frozen_frame_rate.rb', line 25

def avg_frozen_frame_rate
  @avg_frozen_frame_rate
end

#avg_segment_durationObject

Average segment duration in nanoseconds.



28
29
30
# File 'lib/datadog_api_client/v2/models/aggregated_high_frozen_frame_rate.rb', line 28

def avg_segment_duration
  @avg_segment_duration
end

#avg_total_frozen_durationObject

Average total frozen duration in nanoseconds.



31
32
33
# File 'lib/datadog_api_client/v2/models/aggregated_high_frozen_frame_rate.rb', line 31

def avg_total_frozen_duration
  @avg_total_frozen_duration
end

#fingerprintObject

Unique fingerprint identifying this detection group.



34
35
36
# File 'lib/datadog_api_client/v2/models/aggregated_high_frozen_frame_rate.rb', line 34

def fingerprint
  @fingerprint
end

#impact_scoreObject

Impact score for this detection.



37
38
39
# File 'lib/datadog_api_client/v2/models/aggregated_high_frozen_frame_rate.rb', line 37

def impact_score
  @impact_score
end

#view_occurrencesObject

Number of sampled views where this detection occurred.



40
41
42
# File 'lib/datadog_api_client/v2/models/aggregated_high_frozen_frame_rate.rb', line 40

def view_occurrences
  @view_occurrences
end