Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
113
func
(t *TraceInfo) LongWritesRemaining() int64 {
114
return
t.longWritesRemaining
115
}
116
117
func
(t *TraceInfo) Done() {
118
t.longWritesRemaining--
Callers
2
EmitAllBatches
Method · 0.95
queueFutureBatches
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected