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

Function newAnyCombiner

pkg/traceql/combine.go:39–44  ·  view source on GitHub ↗
(limit int)

Source from the content-addressed store, hash-verified

37}
38
39func newAnyCombiner(limit int) *anyCombiner {
40 return &anyCombiner{
41 trs: make(map[string]*tempopb.TraceSearchMetadata, limit),
42 limit: limit,
43 }
44}
45
46// addSpanset adds a new spanset to the combiner. It only performs the asTraceSearchMetadata
47// conversion if the spanset will be added

Callers 1

NewMetadataCombinerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected