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

Function NewCombiner

tempodb/encoding/vparquet3/combiner.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func NewCombiner() *Combiner {
36 return &Combiner{}
37}
38
39// Consume the given trace and destructively combines its contents.
40func (c *Combiner) Consume(tr *Trace) (spanCount int) {

Callers 4

CompactMethod · 0.70
TestCombinerFunction · 0.70
BenchmarkCombineFunction · 0.70
combineTracesFunction · 0.70

Calls

no outgoing calls

Tested by 2

TestCombinerFunction · 0.56
BenchmarkCombineFunction · 0.56