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

Method LongWritesRemaining

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

Source from the content-addressed store, hash-verified

111}
112
113func (t *TraceInfo) LongWritesRemaining() int64 {
114 return t.longWritesRemaining
115}
116
117func (t *TraceInfo) Done() {
118 t.longWritesRemaining--

Callers 2

EmitAllBatchesMethod · 0.95
queueFutureBatchesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected