Class: DatadogAPIClient::V2::AggregatedHighFrozenFrameRate
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AggregatedHighFrozenFrameRate
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#avg_frozen_frame_rate ⇒ Object
readonly
Average frozen frame rate as a fraction of total frames.
-
#avg_segment_duration ⇒ Object
readonly
Average segment duration in nanoseconds.
-
#avg_total_frozen_duration ⇒ Object
readonly
Average total frozen duration in nanoseconds.
-
#fingerprint ⇒ Object
readonly
Unique fingerprint identifying this detection group.
-
#impact_score ⇒ Object
readonly
Impact score for this detection.
-
#view_occurrences ⇒ Object
readonly
Number of sampled views where this detection occurred.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_rate ⇒ Object
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_duration ⇒ Object
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_duration ⇒ Object
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 |
#fingerprint ⇒ Object
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_score ⇒ Object
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_occurrences ⇒ Object
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 |