Class: DatadogAPIClient::V2::LogsMetricUpdateCompute
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LogsMetricUpdateCompute
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/logs_metric_update_compute.rb
Overview
The compute rule to compute the log-based metric.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#include_percentiles ⇒ Object
Toggle to include or exclude percentile aggregations for distribution metrics.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/logs_metric_update_compute.rb', line 28 def additional_properties @additional_properties end |
#include_percentiles ⇒ Object
Toggle to include or exclude percentile aggregations for distribution metrics. Only present when the ‘aggregation_type` is `distribution`.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/logs_metric_update_compute.rb', line 26 def include_percentiles @include_percentiles end |