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

Struct PrometheusRequest

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

Source from the content-addressed store, hash-verified

144}
145
146type PrometheusRequest struct {
147 Request
148 Time int64
149 Start int64
150 End int64
151 Step int64
152 Timeout time.Duration
153 Query string
154 Path string
155 Headers http.Header
156 Stats string
157 CachingOptions CachingOptions
158 LogicalPlan logicalplan.Plan
159}
160
161func (m *PrometheusRequest) GetPath() string {
162 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected