Class: DatadogAPIClient::V2::AggregatedLongTasksResponseAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/aggregated_long_tasks_response_attributes.rb

Overview

Attributes of an aggregated long tasks response.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



48
49
50
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_response_attributes.rb', line 48

def additional_properties
  @additional_properties
end

#application_idObject

The RUM application ID that was analyzed.



25
26
27
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_response_attributes.rb', line 25

def application_id
  @application_id
end

#criteriaObject

Performance criteria to filter view instances by a metric threshold.



28
29
30
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_response_attributes.rb', line 28

def criteria
  @criteria
end

#fromObject

Start of the analyzed time range as a Unix timestamp in seconds.



31
32
33
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_response_attributes.rb', line 31

def from
  @from
end

#long_tasks_by_invoker_typeObject

Long task statistics grouped by invoker type, sorted by impact score descending.



34
35
36
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_response_attributes.rb', line 34

def long_tasks_by_invoker_type
  @long_tasks_by_invoker_type
end

#sampled_view_idsObject

List of RUM view IDs sampled for this aggregation, capped at 50.



37
38
39
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_response_attributes.rb', line 37

def sampled_view_ids
  @sampled_view_ids
end

#toObject

End of the analyzed time range as a Unix timestamp in seconds.



40
41
42
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_response_attributes.rb', line 40

def to
  @to
end

#view_countObject

Number of view instances included in the analysis.



43
44
45
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_response_attributes.rb', line 43

def view_count
  @view_count
end

#view_nameObject

The RUM view name that was analyzed.



46
47
48
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_response_attributes.rb', line 46

def view_name
  @view_name
end