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

Method IsCompleteFor

pkg/traceql/combine.go:89–91  ·  view source on GitHub ↗
(_ uint32)

Source from the content-addressed store, hash-verified

87}
88
89func (c *anyCombiner) IsCompleteFor(_ uint32) bool {
90 return c.Count() >= c.limit && c.limit > 0
91}
92
93func (c *anyCombiner) Metadata() []*tempopb.TraceSearchMetadata {
94 m := make([]*tempopb.TraceSearchMetadata, 0, len(c.trs))

Callers 2

addSpansetMethod · 0.95
AddMetadataMethod · 0.95

Calls 1

CountMethod · 0.95

Tested by

no test coverage detected