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

Method reportErrorToPipeline

modules/frontend/v1/request_batch.go:104–108  ·  view source on GitHub ↗

reportErrorToPipeline sends errors back up the query frontend http pipeline

(err error)

Source from the content-addressed store, hash-verified

102
103// reportErrorToPipeline sends errors back up the query frontend http pipeline
104func (b *requestBatch) reportErrorToPipeline(err error) {
105 for _, r := range b.pipelineRequests {
106 r.err <- err
107 }
108}
109
110// reportResultsToPipeline sends errors back up the query frontend http pipeline
111func (b *requestBatch) reportResultsToPipeline(responses []*httpgrpc.HTTPResponse) error {

Callers 2

reportResponseUpstreamFunction · 0.80

Calls

no outgoing calls

Tested by 1