Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ NewCombiner
Function
NewCombiner
tempodb/encoding/vparquet5/combiner.go:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
func
NewCombiner() *Combiner {
36
return
&Combiner{}
37
}
38
39
// Consume the given trace and destructively combines its contents.
40
func
(c *Combiner) Consume(tr *Trace) (spanCount int) {
Callers
5
Compact
Method · 0.70
TestCombiner
Function · 0.70
TestCombinerReturnsDuplicates
Function · 0.70
BenchmarkCombine
Function · 0.70
combineTraces
Function · 0.70
Calls
no outgoing calls
Tested by
3
TestCombiner
Function · 0.56
TestCombinerReturnsDuplicates
Function · 0.56
BenchmarkCombine
Function · 0.56