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