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

Method GetStep

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

GetStep returns the step of the request in milliseconds.

()

Source from the content-addressed store, hash-verified

95 GetEnd() int64
96 // GetStep returns the step of the request in milliseconds.
97 GetStep() int64
98 // GetQuery returns the query of the request.
99 GetQuery() string
100 // GetLogicalPlan returns the logical plan

Callers 9

TestHandleHitFunction · 0.65
GenerateCacheKeyMethod · 0.65
isAtModifierCachableMethod · 0.65
handleHitMethod · 0.65
filterRecentExtentsMethod · 0.65
splitQueryFunction · 0.65
dynamicIntervalFnFunction · 0.65
getIntervalFromMaxSplitsFunction · 0.65
DoMethod · 0.65

Implementers 1

PrometheusRequestpkg/querier/tripperware/query.go

Calls

no outgoing calls

Tested by 1

TestHandleHitFunction · 0.52