Class: DatadogAPIClient::V2::MetricsScalarQuery
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MetricsScalarQuery
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/metrics_scalar_query.rb
Overview
An individual scalar metrics query.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aggregator ⇒ Object
readonly
The type of aggregation that can be performed on metrics-based queries.
-
#data_source ⇒ Object
readonly
A data source that is powered by the Metrics platform.
-
#name ⇒ Object
The variable name for use in formulas.
-
#query ⇒ Object
readonly
A classic metrics query string.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/metrics_scalar_query.rb', line 36 def additional_properties @additional_properties end |
#aggregator ⇒ Object
The type of aggregation that can be performed on metrics-based queries.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/metrics_scalar_query.rb', line 25 def aggregator @aggregator end |
#data_source ⇒ Object
A data source that is powered by the Metrics platform.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/metrics_scalar_query.rb', line 28 def data_source @data_source end |
#name ⇒ Object
The variable name for use in formulas.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/metrics_scalar_query.rb', line 31 def name @name end |
#query ⇒ Object
A classic metrics query string.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/metrics_scalar_query.rb', line 34 def query @query end |