Class: DatadogAPIClient::V2::RumMetricCompute
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RumMetricCompute
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_metric_compute.rb
Overview
The compute rule to compute the rum-based metric.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aggregation_type ⇒ Object
readonly
The type of aggregation to use.
-
#include_percentiles ⇒ Object
Toggle to include or exclude percentile aggregations for distribution metrics.
-
#path ⇒ Object
The path to the value the rum-based metric will aggregate on.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/rum_metric_compute.rb', line 35 def additional_properties @additional_properties end |
#aggregation_type ⇒ Object
The type of aggregation to use.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_metric_compute.rb', line 25 def aggregation_type @aggregation_type end |
#include_percentiles ⇒ Object
Toggle to include or exclude percentile aggregations for distribution metrics. Only present when ‘aggregation_type` is `distribution`.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/rum_metric_compute.rb', line 29 def include_percentiles @include_percentiles end |
#path ⇒ Object
The path to the value the rum-based metric will aggregate on. Only present when ‘aggregation_type` is `distribution`.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/rum_metric_compute.rb', line 33 def path @path end |