MCPcopy Create free account
hub / github.com/cortexproject/cortex / AddStoreGatewayTouchedPostings

Method AddStoreGatewayTouchedPostings

pkg/querier/stats/stats.go:309–315  ·  view source on GitHub ↗
(count uint64)

Source from the content-addressed store, hash-verified

307}
308
309func (s *QueryStats) AddStoreGatewayTouchedPostings(count uint64) {
310 if s == nil {
311 return
312 }
313
314 atomic.AddUint64(&s.StoreGatewayTouchedPostingsCount, count)
315}
316
317func (s *QueryStats) LoadStoreGatewayTouchedPostings() uint64 {
318 if s == nil {

Callers 4

TestStats_MergeFunction · 0.95
MergeMethod · 0.95
fetchSeriesFromStoresMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestStats_MergeFunction · 0.76