Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ releaseReadLock
Method
releaseReadLock
pkg/ingester/ingester.go:1773–1775 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1771
}
1772
1773
func
(u *userTSDB) releaseReadLock() {
1774
u.readInFlight.Done()
1775
}
1776
1777
func
(u *userTSDB) acquireAppendLock() error {
1778
u.stateMtx.RLock()
Callers
5
queryExemplars
Method · 0.80
labelsValuesCommon
Method · 0.80
labelNamesCommon
Method · 0.80
metricsForLabelMatchersCommon
Method · 0.80
queryStream
Method · 0.80
Calls
1
Done
Method · 0.80
Tested by
no test coverage detected