Class: DatadogAPIClient::V2::LogsMetricUpdateCompute

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_percentilesObject

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