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

Method WithStartEnd

pkg/querier/tripperware/query.go:103–103  ·  view source on GitHub ↗

WithStartEnd clone the current request with different start and end timestamp.

(startTime int64, endTime int64)

Source from the content-addressed store, hash-verified

101 GetLogicalPlan() logicalplan.Plan
102 // WithStartEnd clone the current request with different start and end timestamp.
103 WithStartEnd(startTime int64, endTime int64) Request
104 // WithQuery clone the current request with a different query.
105 WithQuery(string) Request
106 proto.Message

Callers 7

TestResultsCacheFunction · 0.65
TestResultsCacheRecentFunction · 0.65
partitionMethod · 0.65
splitQueryFunction · 0.65
DoMethod · 0.65
DoMethod · 0.65

Implementers 1

PrometheusRequestpkg/querier/tripperware/query.go

Calls

no outgoing calls

Tested by 3

TestResultsCacheFunction · 0.52
TestResultsCacheRecentFunction · 0.52