Class: DatadogAPIClient::V1::MonitorOptionsAggregation
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorOptionsAggregation
- 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
-
#group_by ⇒ Object
Group to break down the monitor on.
-
#metric ⇒ Object
Metric name used in the monitor.
-
#type ⇒ Object
Metric type used in the monitor.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#group_by ⇒ Object
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 |
#metric ⇒ Object
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 |
#type ⇒ Object
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 |