class OpenCensus::Stats::Aggregation::Count

Count aggregation type

Public Instance Methods

create_aggregation_data() click to toggle source

Create new aggregation data container to store count value. values. @return [AggregationData::Count]

# File lib/opencensus/stats/aggregation/count.rb, line 12
def create_aggregation_data
  AggregationData::Count.new
end