MCPcopy 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
1773func (u *userTSDB) releaseReadLock() {
1774 u.readInFlight.Done()
1775}
1776
1777func (u *userTSDB) acquireAppendLock() error {
1778 u.stateMtx.RLock()

Callers 5

queryExemplarsMethod · 0.80
labelsValuesCommonMethod · 0.80
labelNamesCommonMethod · 0.80
queryStreamMethod · 0.80

Calls 1

DoneMethod · 0.80

Tested by

no test coverage detected