no longer need this lock section

Signed-off-by: Callum Styan <callumstyan@gmail.com>
This commit is contained in:
Callum Styan 2024-08-28 13:01:48 -07:00
parent 455377ce53
commit d8db139a36

View file

@ -955,9 +955,6 @@ func (t *QueueManager) Stop() {
t.metadataWatcher.Stop()
}
// On shutdown, release the strings in the labels from the intern pool.
t.seriesMtx.Lock()
t.seriesMtx.Unlock()
t.metrics.unregister()
}