Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maciuszek committed Jan 13, 2025
1 parent f9f5c43 commit 7748bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ func (ts *timespan) CompleteWithDuration(value time.Duration) {
type statStore struct {
counters sync.Map
gauges sync.Map
timers sync.Map // todo: idea how memory was managed here before did we just expect these maps to just be replaced after it's filled?
timers sync.Map // todo: no idea how memory was managed here before did we just expect these maps to just be replaced after it's filled?

mu sync.RWMutex
statGenerators []StatGenerator
Expand Down

0 comments on commit 7748bb6

Please sign in to comment.