TAG Aggregation
scout.Watcherwill be notified whenever a tag is used by an event and track each tag in amap[].- Periodically (every 10 seconds)
scout.Watcherwill iterate over themap[]and call the methodWorkerPool.UpdateTags()which will run a job inside a go routine that runs the following
func (t *tagAggregate) Update(id types.LevelID, tag string) {
// Retrieve the tag entry