Class: DatadogAPIClient::V2::SpansAggregateBucketAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SpansAggregateBucketAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/spans_aggregate_bucket_attributes.rb
Overview
A bucket values.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#by ⇒ Object
The key, value pairs for each group by.
-
#compute ⇒ Object
The compute data.
-
#computes ⇒ Object
A map of the metric name -> value for regular compute or list of values for a timeseries.
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/v2/models/spans_aggregate_bucket_attributes.rb', line 33 def additional_properties @additional_properties end |
#by ⇒ Object
The key, value pairs for each group by.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/spans_aggregate_bucket_attributes.rb', line 25 def by @by end |
#compute ⇒ Object
The compute data.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/spans_aggregate_bucket_attributes.rb', line 28 def compute @compute end |
#computes ⇒ Object
A map of the metric name -> value for regular compute or list of values for a timeseries.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/spans_aggregate_bucket_attributes.rb', line 31 def computes @computes end |