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

Function BloomName

tempodb/encoding/common/block.go:17–19  ·  view source on GitHub ↗

bloomName returns the backend bloom name for the given shard

(shard int)

Source from the content-addressed store, hash-verified

15
16// bloomName returns the backend bloom name for the given shard
17func BloomName(shard int) string {
18 return nameBloomPrefix + strconv.Itoa(shard)
19}

Callers 13

CopyBlockFunction · 0.92
writeBlockMetaFunction · 0.92
checkBloomMethod · 0.92
ValidateMethod · 0.92
CopyBlockFunction · 0.92
writeBlockMetaFunction · 0.92
checkBloomMethod · 0.92
ValidateMethod · 0.92
CopyBlockFunction · 0.92
writeBlockMetaFunction · 0.92

Calls

no outgoing calls

Tested by 2