Class: DatadogAPIClient::V1::MonitorOptionsAggregation

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

Overview

Type of aggregation performed in the monitor query.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#group_byObject

Group to break down the monitor on.



29
30
31
# File 'lib/datadog_api_client/v1/models/monitor_options_aggregation.rb', line 29

def group_by
  @group_by
end

#metricObject

Metric name used in the monitor.



32
33
34
# File 'lib/datadog_api_client/v1/models/monitor_options_aggregation.rb', line 32

def metric
  @metric
end

#typeObject

Metric type used in the monitor.



35
36
37
# File 'lib/datadog_api_client/v1/models/monitor_options_aggregation.rb', line 35

def type
  @type
end