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

Method Done

pkg/util/trace_info.go:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115}
116
117func (t *TraceInfo) Done() {
118 t.longWritesRemaining--
119}
120
121func (t *TraceInfo) EmitBatches(ctx context.Context, c JaegerClient) error {
122 for i := int64(0); i < t.generateRandomInt(1, maxBatchesPerWrite); i++ {

Callers 2

EmitAllBatchesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected