mirror of
https://github.com/prometheus/prometheus
synced 2025-03-19 09:55:23 +00:00
scrape: remove duplicate mutex unlock (#11282)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com> Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
This commit is contained in:
parent
c8cfe5c25d
commit
f736a9e953
@ -1493,7 +1493,6 @@ func (sl *scrapeLoop) append(app storage.Appender, b []byte, contentType string,
|
||||
meta.Help = metaEntry.Help
|
||||
return true
|
||||
}
|
||||
sl.cache.metaMtx.Unlock()
|
||||
return false
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user