Class: DatadogAPIClient::V2::AggregatedLongTasksByInvokerType

Inherits:
Object
  • Object
show all
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

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_long_tasks_by_invoker_type.rb', line 42

def additional_properties
  @additional_properties
end

#criteria_view_occurrencesObject

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_scoreObject

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_typeObject

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_viewObject

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_invokersObject

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_occurrencesObject

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