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

Struct mostRecentCombiner

pkg/traceql/combine.go:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109type mostRecentCombiner struct {
110 trs map[string]*tempopb.TraceSearchMetadata
111 trsSorted []*tempopb.TraceSearchMetadata
112 keepMostRecent int
113}
114
115func newMostRecentCombiner(limit int) *mostRecentCombiner {
116 return &mostRecentCombiner{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected