Class: DatadogAPIClient::V2::RumMetricCompute

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_typeObject

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_percentilesObject

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

#pathObject

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