Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ LoadResponseSeries
Method
LoadResponseSeries
pkg/querier/stats/stats.go:88–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
func
(s *QueryStats) LoadResponseSeries() uint64 {
89
if
s == nil {
90
return
0
91
}
92
93
return
atomic.LoadUint64(&s.QueryResponseSeries)
94
}
95
96
func
(s *QueryStats) AddFetchedSeries(series uint64) {
97
if
s == nil {
Callers
1
reportQueryStats
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected