MCPcopy 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
88func (s *QueryStats) LoadResponseSeries() uint64 {
89 if s == nil {
90 return 0
91 }
92
93 return atomic.LoadUint64(&s.QueryResponseSeries)
94}
95
96func (s *QueryStats) AddFetchedSeries(series uint64) {
97 if s == nil {

Callers 1

reportQueryStatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected