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

Method readFlushes

tempodb/encoding/vparquet5/wal_block.go:327–331  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

325}
326
327func (b *walBlock) readFlushes() []*walBlockFlush {
328 b.mtx.Lock()
329 defer b.mtx.Unlock()
330 return b.flushed
331}
332
333func (b *walBlock) writeFlush(f *walBlockFlush) {
334 b.mtx.Lock()

Callers 9

IteratorMethod · 0.95
FindTraceByIDMethod · 0.95
SearchMethod · 0.95
SearchTagsMethod · 0.95
SearchTagValuesV2Method · 0.95
FetchMethod · 0.95
FetchSpansMethod · 0.95
FetchTagValuesMethod · 0.95
FetchTagNamesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected