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

Method walPath

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

Source from the content-addressed store, hash-verified

983}
984
985func (b *walBlock) walPath() string {
986 filename := fmt.Sprintf("%s+%s+%s", b.meta.BlockID, b.meta.TenantID, VersionString)
987 return filepath.Join(b.path, filename)
988}
989
990// <blockID>+<tenantID>+vParquet
991func parseName(filename string) (uuid.UUID, string, string, error) {

Callers 8

createWALBlockFunction · 0.95
filepathOfMethod · 0.95
FlushMethod · 0.95
ClearMethod · 0.95
TombstoneMethod · 0.95
TestFullFilenameFunction · 0.45
TestPartialReplayFunction · 0.45
TestWalBlockTombstoneFunction · 0.45

Calls 1

JoinMethod · 0.65

Tested by 3

TestFullFilenameFunction · 0.36
TestPartialReplayFunction · 0.36
TestWalBlockTombstoneFunction · 0.36