MCPcopy
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
204func (b *streamingBlock) EstimatedBufferedBytes() int {
205 return b.currentBufferedBytes
206}
207
208func (b *streamingBlock) CurrentBufferedObjects() int {
209 return b.currentBufferedTraces

Callers 4

CompactMethod · 0.45
appendBlockMethod · 0.45
createTestBlockFunction · 0.45
CreateBlockFunction · 0.45

Calls

no outgoing calls

Tested by 1

createTestBlockFunction · 0.36