Class: DatadogAPIClient::V2::SpansMetricUpdateCompute

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/spans_metric_update_compute.rb

Overview

The compute rule to compute the span-based metric.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#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/spans_metric_update_compute.rb', line 26

def include_percentiles
  @include_percentiles
end