예제 #1
0
 public StatsCollection(StatsCollectionConfig config)
 {
     this.config  = config;
     this.buckets = new BucketCollection(config);
 }