Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ Dec
Method
Dec
pkg/util/inflight.go:20–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
func
(t *InflightRequestTracker) Dec() {
21
t.mu.Lock()
22
t.cnt--
23
t.mu.Unlock()
24
}
25
26
func
(t *InflightRequestTracker) Count() int {
27
t.mu.RLock()
Callers
15
record
Method · 0.80
tcpListen
Method · 0.80
Close
Method · 0.80
UnregisterQuerierConnection
Method · 0.80
dequeueRequest
Method · 0.80
dequeueRequest
Method · 0.80
Series
Method · 0.80
Series
Method · 0.80
TestRetry
Function · 0.80
TestNoRetryOnChunkPoolExhaustion
Function · 0.80
TestFrontendRetryRequest
Function · 0.80
TestFrontendRetryEnqueue
Function · 0.80
Calls
no outgoing calls
Tested by
5
TestRetry
Function · 0.64
TestNoRetryOnChunkPoolExhaustion
Function · 0.64
TestFrontendRetryRequest
Function · 0.64
TestFrontendRetryEnqueue
Function · 0.64
HandleRequest
Method · 0.64