Class: DatadogAPIClient::V2::TopLongTaskInvoker
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TopLongTaskInvoker
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/top_long_task_invoker.rb
Overview
A top long task invoker within an 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 had long tasks contributing to the criteria metric.
-
#file ⇒ Object
Cleaned source file path for the invoker script.
-
#impact_score ⇒ Object
Rank-product impact score combining view frequency and blocking time severity.
-
#invoker ⇒ Object
readonly
Name of the invoker function or script.
-
#stats_per_view ⇒ Object
readonly
Statistical distributions of long task metrics computed per view across sampled views.
-
#view_occurrences ⇒ Object
readonly
Number of sampled views where this invoker 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/top_long_task_invoker.rb', line 42 def additional_properties @additional_properties end |
#criteria_view_occurrences ⇒ Object
Number of sampled views where this invoker had long tasks contributing to the criteria metric.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/top_long_task_invoker.rb', line 25 def criteria_view_occurrences @criteria_view_occurrences end |
#file ⇒ Object
Cleaned source file path for the invoker script.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/top_long_task_invoker.rb', line 28 def file @file end |
#impact_score ⇒ Object
Rank-product impact score combining view frequency and blocking time severity.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/top_long_task_invoker.rb', line 31 def impact_score @impact_score end |
#invoker ⇒ Object
Name of the invoker function or script.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/top_long_task_invoker.rb', line 34 def invoker @invoker end |
#stats_per_view ⇒ Object
Statistical distributions of long task metrics computed per view across sampled views.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/top_long_task_invoker.rb', line 37 def stats_per_view @stats_per_view end |
#view_occurrences ⇒ Object
Number of sampled views where this invoker had any long tasks.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/top_long_task_invoker.rb', line 40 def view_occurrences @view_occurrences end |