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

Struct mockTraceRecordingForwarder

modules/distributor/forwarder/forwarder_test.go:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type mockTraceRecordingForwarder struct {
31 next Forwarder
32 traces ptrace.Traces
33}
34
35func (m *mockTraceRecordingForwarder) ForwardTraces(ctx context.Context, traces ptrace.Traces) error {
36 m.traces = traces

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected