Class: OpenCensus::Stats::Aggregation::LastValue
- Inherits:
-
Object
- Object
- OpenCensus::Stats::Aggregation::LastValue
- Defined in:
- lib/opencensus/stats/aggregation/last_value.rb
Overview
Last value aggregation type
Instance Method Summary collapse
-
#create_aggregation_data ⇒ AggregationData::LastValue
Create new aggregation data container to store last value.
Instance Method Details
#create_aggregation_data ⇒ AggregationData::LastValue
Create new aggregation data container to store last value. values.
12 13 14 |
# File 'lib/opencensus/stats/aggregation/last_value.rb', line 12 def create_aggregation_data AggregationData::LastValue.new end |