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

Struct queueAdapter

modules/distributor/forwarder/manager.go:280–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280type queueAdapter struct {
281 queue *queue.Queue[ptrace.Traces]
282}
283
284func (a queueAdapter) ForwardTraces(ctx context.Context, traces ptrace.Traces) error {
285 return a.queue.Push(ctx, traces)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected