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

Method GetStart

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

GetStart returns the start timestamp of the request in milliseconds.

()

Source from the content-addressed store, hash-verified

91type Request interface {
92 // GetStart returns the start timestamp of the request in milliseconds.
93 GetStart() int64
94 // GetEnd returns the end timestamp of the request in milliseconds.
95 GetEnd() int64
96 // GetStep returns the step of the request in milliseconds.

Callers 15

TestHandleHitFunction · 0.65
TestResultsCacheFunction · 0.65
GenerateCacheKeyMethod · 0.65
DoMethod · 0.65
isAtModifierCachableMethod · 0.65
handleMissMethod · 0.65
handleHitMethod · 0.65
toExtentFunction · 0.65
partitionMethod · 0.65

Implementers 1

PrometheusRequestpkg/querier/tripperware/query.go

Calls

no outgoing calls

Tested by 5

TestHandleHitFunction · 0.52
TestResultsCacheFunction · 0.52