README: update with extra disclaimer
[raindrops.git] / lib / raindrops / aggregate.rb
blob9ed7eb738f1ba94c9a6186e1af8727518864306f
1 # -*- encoding: binary -*-
2 # frozen_string_literal: false
4 # raindrops may use the {aggregate}[https://github.com/josephruscio/aggregate]
5 # RubyGem to aggregate statistics from TCP_Info lookups.
6 module Raindrops::Aggregate
7   autoload :PMQ, "raindrops/aggregate/pmq"
8   autoload :LastDataRecv, "raindrops/aggregate/last_data_recv"
9 end