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

Method AddResponseSeries

pkg/querier/stats/stats.go:80–86  ·  view source on GitHub ↗
(series uint64)

Source from the content-addressed store, hash-verified

78}
79
80func (s *QueryStats) AddResponseSeries(series uint64) {
81 if s == nil {
82 return
83 }
84
85 atomic.AddUint64(&s.QueryResponseSeries, series)
86}
87
88func (s *QueryStats) LoadResponseSeries() uint64 {
89 if s == nil {

Callers 1

SetQueryResponseStatsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected