Class: DatadogAPIClient::V2::AggregatedLongTasksByInvokerType
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AggregatedLongTasksByInvokerType
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aggregated_long_tasks_by_invoker_type.rb
Overview
Aggregated long task statistics for a single invoker type.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#criteria_view_occurrences ⇒ Object
readonly
Number of sampled views where this invoker type had long tasks contributing to the criteria metric.
-
#impact_score ⇒ Object
Rank-product impact score combining view frequency and blocking time severity.
-
#invoker_type ⇒ Object
readonly
Category of the long task invoker (for example, resolve-promise, user-callback).
-
#stats_per_view ⇒ Object
readonly
Statistical distributions of long task metrics computed per view across sampled views.
-
#top_invokers ⇒ Object
readonly
Top invokers within this invoker type, sorted by impact score descending.
-
#view_occurrences ⇒ Object
readonly
Number of sampled views where this invoker type had any long tasks.
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_long_tasks_by_invoker_type.rb', line 42 def additional_properties @additional_properties end |
#criteria_view_occurrences ⇒ Object
Number of sampled views where this invoker type had long tasks contributing to the criteria metric.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_by_invoker_type.rb', line 25 def criteria_view_occurrences @criteria_view_occurrences end |
#impact_score ⇒ Object
Rank-product impact score combining view frequency and blocking time severity.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_by_invoker_type.rb', line 28 def impact_score @impact_score end |
#invoker_type ⇒ Object
Category of the long task invoker (for example, resolve-promise, user-callback).
31 32 33 |
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_by_invoker_type.rb', line 31 def invoker_type @invoker_type end |
#stats_per_view ⇒ Object
Statistical distributions of long task metrics computed per view across sampled views.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_by_invoker_type.rb', line 34 def stats_per_view @stats_per_view end |
#top_invokers ⇒ Object
Top invokers within this invoker type, sorted by impact score descending.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_by_invoker_type.rb', line 37 def top_invokers @top_invokers end |
#view_occurrences ⇒ Object
Number of sampled views where this invoker type had any long tasks.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_by_invoker_type.rb', line 40 def view_occurrences @view_occurrences end |