Skip to content

Commit

Permalink
Improve the cloud aggregation bucketing performance
Browse files Browse the repository at this point in the history
  • Loading branch information
na-- committed Oct 29, 2019
1 parent 9e1c5c1 commit 78858ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stats/cloud/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ func (c *Collector) aggregateHTTPTrails(waitPeriod time.Duration) {
if trailTags.IsEqual(sbTags) {
subBucketKey = sbTags
subBucket = sb
break
}
}
}
Expand Down

0 comments on commit 78858ef

Please sign in to comment.