Old buckets are never purged
JensRantil opened this issue · 7 comments
JensRantil commented
I'm reading the code right now and notice that older buckets are never purged. Untouched buckets should probably have some kind of TTL. This is especially important for autogenerated counters. Creating this issue to make you aware of this. Please close if it's a non-issue.
JensRantil commented
For counters
, this is probably a simple fix. I believe, a delete(counters, s)
call could be added here.
mreiferson commented
closed by #16
JensRantil commented
This issue is not fully fixed. Only for counters.
mreiferson commented
oops
JamesCohen-awin commented
JamesCohen-awin commented
I submitted #51 to purge timers. Gauges now need to be persisted to allow for relative gauge operations so I think this is done.
mreiferson commented
resolved in #51