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

Function newWalBlockFlush

tempodb/encoding/vparquet3/wal_block.go:205–210  ·  view source on GitHub ↗
(path string, ids *common.IDMap[int64])

Source from the content-addressed store, hash-verified

203}
204
205func newWalBlockFlush(path string, ids *common.IDMap[int64]) *walBlockFlush {
206 return &walBlockFlush{
207 path: path,
208 ids: ids,
209 }
210}
211
212// file() opens the parquet file and returns it. previously this method cached the file on first open
213// but the memory cost of this was quite high. so instead we open it fresh every time. This

Callers 2

openWALBlockFunction · 0.70
FlushMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected