Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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?
11
type
Combiner
interface
{
12
AddResponse(r PipelineResponse) error
13
StatusCode() int
14
ShouldQuit() bool
15
Callers
15
TestQueryRangemaxSeriesShouldQuit
Function · 0.65
TestQueryRangeMaxSeriesQuitRequiresCompletedShards
Function · 0.65
TestTraceByIDShouldQuit
Function · 0.65
TestTraceByIDHonorsContentType
Function · 0.65
TestTraceByIDRedactorHidesTrace
Function · 0.65
TestGenericCombiner
Function · 0.65
TestGenericCombinerHoldsErrors
Function · 0.65
TestGenericCombinerDoesntRace
Function · 0.65
testTagsCombiner
Function · 0.65
testGRPCCombiner
Function · 0.65
TestNewTraceByIdV2ReturnsAPartialTrace
Function · 0.65
TestNewTraceByIdV2ReturnsAPartialTraceOnPartialTraceReturnedByQuerier
Function · 0.65
Implementers
1
TraceByIDCombiner
modules/frontend/combiner/trace_by_id.
Calls
no outgoing calls
Tested by
15
TestQueryRangemaxSeriesShouldQuit
Function · 0.52
TestQueryRangeMaxSeriesQuitRequiresCompletedShards
Function · 0.52
TestTraceByIDShouldQuit
Function · 0.52
TestTraceByIDHonorsContentType
Function · 0.52
TestTraceByIDRedactorHidesTrace
Function · 0.52
TestGenericCombiner
Function · 0.52
TestGenericCombinerHoldsErrors
Function · 0.52
TestGenericCombinerDoesntRace
Function · 0.52
testTagsCombiner
Function · 0.52
testGRPCCombiner
Function · 0.52
TestNewTraceByIdV2ReturnsAPartialTrace
Function · 0.52
TestNewTraceByIdV2ReturnsAPartialTraceOnPartialTraceReturnedByQuerier
Function · 0.52