Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
type
Combiner
interface
{
12
AddResponse(r PipelineResponse) error
13
StatusCode() int
14
ShouldQuit() bool
15
16
// returns the final/complete results
Callers
3
newMetricsQueryInstantHTTPHandler
Function · 0.65
TestGenericCombinerDoesntRace
Function · 0.65
testTagsCombiner
Function · 0.65
Implementers
1
TraceByIDCombiner
modules/frontend/combiner/trace_by_id.
Calls
no outgoing calls
Tested by
2
TestGenericCombinerDoesntRace
Function · 0.52
testTagsCombiner
Function · 0.52