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

Method MinQueryTime

pkg/testexporter/correctness/simple.go:151–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149}
150
151func (tc *simpleTestCase) MinQueryTime() time.Time {
152 return calculateMinQueryTime(tc.cfg.durationQuerySince, tc.cfg.timeQueryStart)
153}
154
155func verifySamples(log *spanlogger.SpanLogger, tc Case, pairs []model.SamplePair, duration time.Duration, cfg CommonTestConfig) bool {
156 for _, pair := range pairs {

Callers

nothing calls this directly

Calls 1

calculateMinQueryTimeFunction · 0.85

Tested by

no test coverage detected