Class: DatadogAPIClient::V2::AggregatedWaterfallResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AggregatedWaterfallResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aggregated_waterfall_response_attributes.rb
Overview
Attributes of an aggregated waterfall response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#application_id ⇒ Object
readonly
The RUM application ID that was analyzed.
-
#criteria ⇒ Object
Performance criteria to filter view instances by a metric threshold.
-
#from ⇒ Object
readonly
Start of the analyzed time range as a Unix timestamp in seconds.
-
#resources ⇒ Object
readonly
Network resources in chronological waterfall order.
-
#sampled_view_ids ⇒ Object
readonly
List of RUM view IDs sampled for this aggregation, capped at 50.
-
#to ⇒ Object
readonly
End of the analyzed time range as a Unix timestamp in seconds.
-
#total_cache_hit_rate_pct ⇒ Object
readonly
Overall cache hit rate across all sampled views.
-
#view_count ⇒ Object
readonly
Number of view instances included in the analysis.
-
#view_name ⇒ Object
readonly
The RUM view name that was analyzed.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
51 52 53 |
# File 'lib/datadog_api_client/v2/models/aggregated_waterfall_response_attributes.rb', line 51 def additional_properties @additional_properties end |
#application_id ⇒ Object
The RUM application ID that was analyzed.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aggregated_waterfall_response_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_waterfall_response_attributes.rb', line 28 def criteria @criteria end |
#from ⇒ Object
Start of the analyzed time range as a Unix timestamp in seconds.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/aggregated_waterfall_response_attributes.rb', line 31 def from @from end |
#resources ⇒ Object
Network resources in chronological waterfall order.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/aggregated_waterfall_response_attributes.rb', line 34 def resources @resources end |
#sampled_view_ids ⇒ Object
List of RUM view IDs sampled for this aggregation, capped at 50.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/aggregated_waterfall_response_attributes.rb', line 37 def sampled_view_ids @sampled_view_ids end |
#to ⇒ Object
End of the analyzed time range as a Unix timestamp in seconds.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/aggregated_waterfall_response_attributes.rb', line 40 def to @to end |
#total_cache_hit_rate_pct ⇒ Object
Overall cache hit rate across all sampled views.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/aggregated_waterfall_response_attributes.rb', line 43 def total_cache_hit_rate_pct @total_cache_hit_rate_pct end |
#view_count ⇒ Object
Number of view instances included in the analysis.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/aggregated_waterfall_response_attributes.rb', line 46 def view_count @view_count end |
#view_name ⇒ Object
The RUM view name that was analyzed.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/aggregated_waterfall_response_attributes.rb', line 49 def view_name @view_name end |