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

Method Extract

pkg/util/request_tracker/request_extractor.go:15–15  ·  view source on GitHub ↗
(r *http.Request)

Source from the content-addressed store, hash-verified

13
14type Extractor interface {
15 Extract(r *http.Request) []byte
16}
17
18type ApiExtractor struct{}

Callers 5

partitionMethod · 0.65
filterRecentExtentsMethod · 0.65
ServeHTTPMethod · 0.65
GetParentSpanForRequestFunction · 0.65
ExtractMethod · 0.65

Implementers 1

PrometheusResponseExtractorpkg/querier/tripperware/queryrange/res

Calls

no outgoing calls

Tested by

no test coverage detected