Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aggregator ¶
type Aggregator struct {
// contains filtered or unexported fields
}
Aggregator handles metrics aggregation
func (*Aggregator) Aggregate ¶
func (a *Aggregator) Aggregate(data *models.RawData, dateRange *config.ParsedDateRange) (*models.GlobalMetrics, error)
Aggregate processes raw data and produces global metrics
func (*Aggregator) SetUserProfiles ¶
func (a *Aggregator) SetUserProfiles(profiles map[string]UserProfile)
SetUserProfiles sets the user profiles for enhanced deduplication
Click to show internal directories.
Click to hide internal directories.