mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
no longer need this lock section
Signed-off-by: Callum Styan <callumstyan@gmail.com>
This commit is contained in:
parent
455377ce53
commit
d8db139a36
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue