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

Method EmitBatch

pkg/util/trace_info.go:46–46  ·  view source on GitHub ↗
(ctx context.Context, b *jaeger.Batch)

Source from the content-addressed store, hash-verified

44// JaegerClient is an interface used to mock the underlying client in tests.
45type JaegerClient interface {
46 EmitBatch(ctx context.Context, b *jaeger.Batch) error
47}
48
49// NewTraceInfo is used to produce a new TraceInfo.

Callers 2

WriteJaegerBatchMethod · 0.65
EmitBatchesMethod · 0.65

Implementers 2

JaegerToOTLPExporterintegration/util/harness_api_writes.go
MockReportercmd/tempo-vulture/mocks.go

Calls

no outgoing calls

Tested by

no test coverage detected