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

Method AddResponse

modules/frontend/combiner/interface.go:12–12  ·  view source on GitHub ↗
(r PipelineResponse)

Source from the content-addressed store, hash-verified

10// TODO: StatusCode() is only used for multi-tenant support. Can we remove it?
11type Combiner interface {
12 AddResponse(r PipelineResponse) error
13 StatusCode() int
14 ShouldQuit() bool
15

Implementers 1

TraceByIDCombinermodules/frontend/combiner/trace_by_id.

Calls

no outgoing calls