MCPcopy
hub / github.com/grafana/tempo / HTTPResponse

Method HTTPResponse

modules/frontend/combiner/common.go:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29type PipelineResponse interface {
30 HTTPResponse() *http.Response
31 RequestData() any
32
33 IsMetadata() bool // todo: search and query range pass back metadata responses through a normal http response. update to use this instead.

Callers 13

CombineMethod · 0.65
CombineMethod · 0.65
CombineMethod · 0.65
CombineMethod · 0.65
AddResponseMethod · 0.65
AddResponseMethod · 0.65
TestQueryValidatorFunction · 0.65
TestAdjustStartEndWareFunction · 0.65

Implementers 5

testPipelineResponsemodules/frontend/combiner/common_test.
MockResponsemodules/frontend/combiner/trace_by_id_
SearchJobResponsemodules/frontend/combiner/search.go
QueryRangeJobResponsemodules/frontend/combiner/metrics_quer
pipelineResponsemodules/frontend/pipeline/responses.go

Calls

no outgoing calls

Tested by 6

TestQueryValidatorFunction · 0.52
TestAdjustStartEndWareFunction · 0.52