Class: DatadogAPIClient::V2::AggregatedLongTasksRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AggregatedLongTasksRequestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aggregated_long_tasks_request_attributes.rb
Overview
Attributes for an aggregated long tasks query.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#application_id ⇒ Object
readonly
The RUM application ID to analyze.
-
#criteria ⇒ Object
Performance criteria to filter view instances by a metric threshold.
-
#filter ⇒ Object
RUM query string to filter events (for example, @session.type:user @geo.country:US).
-
#from ⇒ Object
readonly
Start of the time range as a Unix timestamp in seconds.
-
#sample_size ⇒ Object
readonly
Number of view instances to sample, between 1 and 500.
-
#to ⇒ Object
readonly
End of the time range as a Unix timestamp in seconds.
-
#view_name ⇒ Object
readonly
The RUM view name to analyze (for example, /account/login).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_request_attributes.rb', line 45 def additional_properties @additional_properties end |
#application_id ⇒ Object
The RUM application ID to analyze.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_request_attributes.rb', line 25 def application_id @application_id end |
#criteria ⇒ Object
Performance criteria to filter view instances by a metric threshold.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_request_attributes.rb', line 28 def criteria @criteria end |
#filter ⇒ Object
RUM query string to filter events (for example, @session.type:user @geo.country:US).
31 32 33 |
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_request_attributes.rb', line 31 def filter @filter end |
#from ⇒ Object
Start of the time range as a Unix timestamp in seconds.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_request_attributes.rb', line 34 def from @from end |
#sample_size ⇒ Object
Number of view instances to sample, between 1 and 500.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_request_attributes.rb', line 37 def sample_size @sample_size end |
#to ⇒ Object
End of the time range as a Unix timestamp in seconds.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_request_attributes.rb', line 40 def to @to end |
#view_name ⇒ Object
The RUM view name to analyze (for example, /account/login).
43 44 45 |
# File 'lib/datadog_api_client/v2/models/aggregated_long_tasks_request_attributes.rb', line 43 def view_name @view_name end |