Versions in this module Expand all Collapse all v1 v1.5.0 Jan 23, 2020 Changes in this version type Report + KeyColNames []string + Rows []ReportRow + ValColNames []string + func (r *Report) SortBy(columns ...int) + type ReportRow struct + Key []string + Values []int64 v1.4.0 Oct 20, 2017 Changes in this version + type KeyReport struct + Name string + RequestsEstimate int + Size int + TrafficEstimate int + type Pool struct + Logger log.Logger + func New(numWorkers, reportSize int) *Pool + func (p *Pool) HandleEvents(evts []model.Event) + func (p *Pool) Report(shouldReset bool) Report + func (p *Pool) Reset() + func (p *Pool) SetFilterPattern(pattern string) error + func (p *Pool) Stats() Stats + type Report struct + Keys []KeyReport + Timestamp time.Time + func (r Report) Len() int + func (r Report) Less(i, j int) bool + func (r Report) Swap(i, j int) + type Stats struct + EventsDropped int64 + EventsHandled int64