Class: DatadogAPIClient::V1::SplitConfigSortCompute

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

Overview

Defines the metric and aggregation used as the sort value.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#aggregationObject

How to aggregate the sort metric for the purposes of ordering.



25
26
27
# File 'lib/datadog_api_client/v1/models/split_config_sort_compute.rb', line 25

def aggregation
  @aggregation
end

#metricObject

The metric to use for sorting graphs.



28
29
30
# File 'lib/datadog_api_client/v1/models/split_config_sort_compute.rb', line 28

def metric
  @metric
end