Class: DatadogAPIClient::V2::AggregatedSlowInteractionLongTask
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AggregatedSlowInteractionLongTask
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aggregated_slow_interaction_long_task.rb
Overview
Aggregated slow interaction with long task detection grouped by action and selector.
Instance Attribute Summary collapse
-
#action_type ⇒ Object
readonly
Type of user interaction that triggered the slow response.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#avg_blocking_duration ⇒ Object
readonly
Average long task blocking duration in nanoseconds.
-
#avg_duration ⇒ Object
readonly
Average total interaction duration in nanoseconds.
-
#fingerprint ⇒ Object
readonly
Unique fingerprint identifying this detection group.
-
#impact_score ⇒ Object
readonly
Impact score combining view frequency and blocking severity.
-
#instance_count ⇒ Object
readonly
Total number of detection instances across sampled views.
-
#selector ⇒ Object
CSS selector of the element that was interacted with.
-
#selector_normalized ⇒ Object
Normalized CSS selector with dynamic parts replaced.
-
#view_occurrences ⇒ Object
readonly
Number of sampled views where this detection occurred.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#action_type ⇒ Object
Type of user interaction that triggered the slow response.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aggregated_slow_interaction_long_task.rb', line 25 def action_type @action_type end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
51 52 53 |
# File 'lib/datadog_api_client/v2/models/aggregated_slow_interaction_long_task.rb', line 51 def additional_properties @additional_properties end |
#avg_blocking_duration ⇒ Object
Average long task blocking duration in nanoseconds.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/aggregated_slow_interaction_long_task.rb', line 28 def avg_blocking_duration @avg_blocking_duration end |
#avg_duration ⇒ Object
Average total interaction duration in nanoseconds.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/aggregated_slow_interaction_long_task.rb', line 31 def avg_duration @avg_duration end |
#fingerprint ⇒ Object
Unique fingerprint identifying this detection group.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/aggregated_slow_interaction_long_task.rb', line 34 def fingerprint @fingerprint end |
#impact_score ⇒ Object
Impact score combining view frequency and blocking severity.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/aggregated_slow_interaction_long_task.rb', line 37 def impact_score @impact_score end |
#instance_count ⇒ Object
Total number of detection instances across sampled views.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/aggregated_slow_interaction_long_task.rb', line 40 def instance_count @instance_count end |
#selector ⇒ Object
CSS selector of the element that was interacted with.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/aggregated_slow_interaction_long_task.rb', line 43 def selector @selector end |
#selector_normalized ⇒ Object
Normalized CSS selector with dynamic parts replaced.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/aggregated_slow_interaction_long_task.rb', line 46 def selector_normalized @selector_normalized end |
#view_occurrences ⇒ Object
Number of sampled views where this detection occurred.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/aggregated_slow_interaction_long_task.rb', line 49 def view_occurrences @view_occurrences end |