Method: OpenCensus::Stats.create_last_value_aggregation
- Defined in:
- lib/opencensus/stats.rb
.create_last_value_aggregation ⇒ Aggregation
Create aggregation defination instance with type last value.
164 165 166 |
# File 'lib/opencensus/stats.rb', line 164 def create_last_value_aggregation Aggregation::LastValue.new end |