Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ EstimatedBufferedBytes
Method
EstimatedBufferedBytes
tempodb/encoding/vparquet4/create.go:204–206 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
202
}
203
204
func
(b *streamingBlock) EstimatedBufferedBytes() int {
205
return
b.currentBufferedBytes
206
}
207
208
func
(b *streamingBlock) CurrentBufferedObjects() int {
209
return
b.currentBufferedTraces
Callers
4
Compact
Method · 0.45
appendBlock
Method · 0.45
createTestBlock
Function · 0.45
CreateBlock
Function · 0.45
Calls
no outgoing calls
Tested by
1
createTestBlock
Function · 0.36