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

Method Join

pkg/drain/line_tokenizer.go:11–11  ·  view source on GitHub ↗
(tokens []string)

Source from the content-addressed store, hash-verified

9type LineTokenizer interface {
10 Tokenize(line string, tokens []string) []string
11 Join(tokens []string) string
12}
13
14// defaultTokenizer is the default implementation of the LineTokenizer

Callers 15

testConfigFunction · 0.65
benchmarkCompleteBlockFunction · 0.65
testCompactionRoundtripFunction · 0.65
testSameIDCompactionFunction · 0.65
TestCompactionMetricsFunction · 0.65
testCompactWithConfigFunction · 0.65
benchmarkCompactionFunction · 0.65

Implementers 1

defaultTokenizerpkg/drain/line_tokenizer.go

Calls

no outgoing calls

Tested by 15

testConfigFunction · 0.52
benchmarkCompleteBlockFunction · 0.52
testCompactionRoundtripFunction · 0.52
testSameIDCompactionFunction · 0.52
TestCompactionMetricsFunction · 0.52
testCompactWithConfigFunction · 0.52
benchmarkCompactionFunction · 0.52