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

Method StatusCode

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

Source from the content-addressed store, hash-verified

11type Combiner interface {
12 AddResponse(r PipelineResponse) error
13 StatusCode() int
14 ShouldQuit() bool
15
16 // returns the final/complete results

Callers 3

testTagsCombinerFunction · 0.65

Implementers 1

TraceByIDCombinermodules/frontend/combiner/trace_by_id.

Calls

no outgoing calls

Tested by 2

testTagsCombinerFunction · 0.52