Closed dgryski closed 9 years ago
when a metric is no longer active, we should prune it from the lookups to save some memory. Removal from the trigram index is the only tricky one.
Fixed by https://github.com/dgryski/carbonmem/commit/46c427b97f49e5a12995a222f7cf58cde008e9fe
when a metric is no longer active, we should prune it from the lookups to save some memory. Removal from the trigram index is the only tricky one.