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

Function CompactedMetaFileName

tempodb/backend/raw.go:366–368  ·  view source on GitHub ↗

CompactedMetaFileName returns the object name for the compacted block meta given a block id and tenantid

(blockID uuid.UUID, tenantID, prefix string)

Source from the content-addressed store, hash-verified

364
365// CompactedMetaFileName returns the object name for the compacted block meta given a block id and tenantid
366func CompactedMetaFileName(blockID uuid.UUID, tenantID, prefix string) string {
367 return path.Join(prefix, tenantID, blockID.String(), CompactedMetaName)
368}
369
370// RootPath returns the root path for a block given a block id and tenantid
371func RootPath(blockID uuid.UUID, tenantID, prefix string) string {

Callers 7

MarkBlockCompactedMethod · 0.92
CompactedBlockMetaMethod · 0.92
MarkBlockCompactedMethod · 0.92
CompactedBlockMetaMethod · 0.92
MarkBlockCompactedMethod · 0.92
CompactedBlockMetaMethod · 0.92

Calls 2

JoinMethod · 0.65
StringMethod · 0.45

Tested by 1