Class: DatadogAPIClient::V2::SpansAggregateBucketAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/spans_aggregate_bucket_attributes.rb

Overview

A bucket values.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#byObject

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

#computeObject

The compute data.



28
29
30
# File 'lib/datadog_api_client/v2/models/spans_aggregate_bucket_attributes.rb', line 28

def compute
  @compute
end

#computesObject

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