Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ ForwardTraces
Method
ForwardTraces
modules/distributor/forwarder/forwarder.go:28–28 ·
view source on GitHub ↗
(ctx context.Context, traces ptrace.Traces)
Source
from the content-addressed store, hash-verified
26
27
type
Forwarder
interface
{
28
ForwardTraces(ctx context.Context, traces ptrace.Traces) error
29
Shutdown(ctx context.Context) error
30
}
31
Callers
15
PushTraces
Method · 0.65
ForwardTraces
Method · 0.65
ForwardTraces
Method · 0.65
TestList_ForwardTraces_ReturnsNoErrorAndCallsForwardTracesOnAllUnderlyingWorkingForwarders
Function · 0.65
TestList_ForwardTraces_ReturnsErrorAndCallsForwardTracesOnAllUnderlyingForwardersWithSingleFailingForwarder
Function · 0.65
TestList_ForwardTraces_ReturnsErrorAndCallsForwardTracesOnAllUnderlyingForwardersWithAllFailingForwarder
Function · 0.65
TestList_ForwardTraces_DoesNotPanicWhenNil
Function · 0.65
ForwardTraces
Method · 0.65
TestManager_ForTenant_List_ForwardTraces_ReturnsNoErrorAndCorrectlyForwardsBatchesToSingleForwarder
Function · 0.65
TestManager_ForTenant_List_ForwardTraces_ReturnsNoErrorAndCorrectlyForwardsBatchesToMultipleForwarders
Function · 0.65
TestManager_ForTenant_List_ForwardTraces_ReturnsNoErrorAndCorrectlyForwardsBatchesToProperForwardersWhenNewForwarderIsAddedToOverridesConfig
Function · 0.65
TestManager_ForTenant_List_ForwardTraces_ReturnsNoErrorAndCorrectlyForwardsBatchesToProperForwardersWhenOldForwarderIsRemovedFromOverridesConfig
Function · 0.65
Implementers
8
mockCountingForwarder
modules/distributor/forwarder/forwarde
mockTraceRecordingForwarder
modules/distributor/forwarder/forwarde
mockWorkingForwarder
modules/distributor/forwarder/manager_
mockFailingForwarder
modules/distributor/forwarder/manager_
mockChannelledInterceptorForwarder
modules/distributor/forwarder/manager_
FilterForwarder
modules/distributor/forwarder/forwarde
queueAdapter
modules/distributor/forwarder/manager.
Forwarder
modules/distributor/forwarder/otlpgrpc
Calls
no outgoing calls
Tested by
15
ForwardTraces
Method · 0.52
ForwardTraces
Method · 0.52
TestList_ForwardTraces_ReturnsNoErrorAndCallsForwardTracesOnAllUnderlyingWorkingForwarders
Function · 0.52
TestList_ForwardTraces_ReturnsErrorAndCallsForwardTracesOnAllUnderlyingForwardersWithSingleFailingForwarder
Function · 0.52
TestList_ForwardTraces_ReturnsErrorAndCallsForwardTracesOnAllUnderlyingForwardersWithAllFailingForwarder
Function · 0.52
TestList_ForwardTraces_DoesNotPanicWhenNil
Function · 0.52
ForwardTraces
Method · 0.52
TestManager_ForTenant_List_ForwardTraces_ReturnsNoErrorAndCorrectlyForwardsBatchesToSingleForwarder
Function · 0.52
TestManager_ForTenant_List_ForwardTraces_ReturnsNoErrorAndCorrectlyForwardsBatchesToMultipleForwarders
Function · 0.52
TestManager_ForTenant_List_ForwardTraces_ReturnsNoErrorAndCorrectlyForwardsBatchesToProperForwardersWhenNewForwarderIsAddedToOverridesConfig
Function · 0.52
TestManager_ForTenant_List_ForwardTraces_ReturnsNoErrorAndCorrectlyForwardsBatchesToProperForwardersWhenOldForwarderIsRemovedFromOverridesConfig
Function · 0.52
TestManager_ForTenant_List_ForwardTraces_ReturnsNoErrorAndCorrectlyForwardsBatchesToMultipleForwardersForMultipleTenants
Function · 0.52