class OpenCensus::Stats::Aggregation::LastValue
Last value aggregation type
Public Instance Methods
create_aggregation_data()
click to toggle source
Create new aggregation data container to store last value. values. @return [AggregationData::LastValue]
# File lib/opencensus/stats/aggregation/last_value.rb, line 12 def create_aggregation_data AggregationData::LastValue.new end