Class: DatadogAPIClient::V1::SankeyNetworkQueryCompute
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SankeyNetworkQueryCompute
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/sankey_network_query_compute.rb
Overview
Compute aggregation for network queries.
Instance Attribute Summary collapse
-
#aggregation ⇒ Object
readonly
The type of aggregation that can be performed on events-based queries.
-
#metric ⇒ Object
readonly
Metric to aggregate.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#aggregation ⇒ Object
The type of aggregation that can be performed on events-based queries.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/sankey_network_query_compute.rb', line 25 def aggregation @aggregation end |
#metric ⇒ Object
Metric to aggregate.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/sankey_network_query_compute.rb', line 28 def metric @metric end |