Class: DatadogAPIClient::V2::TopLongTaskInvoker

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

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

def additional_properties
  @additional_properties
end

#criteria_view_occurrencesObject

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

#fileObject

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_scoreObject

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

#invokerObject

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_viewObject

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_occurrencesObject

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