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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/monitor_options_aggregation.rb', line 33 def additional_properties @additional_properties end |
#group_by ⇒ Object
Group to break down the monitor on.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/monitor_options_aggregation.rb', line 25 def group_by @group_by end |
#metric ⇒ Object
Metric name used in the monitor.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/monitor_options_aggregation.rb', line 28 def metric @metric end |
#type ⇒ Object
Metric type used in the monitor.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/monitor_options_aggregation.rb', line 31 def type @type end |