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

Struct traceCollector

tempodb/encoding/vparquet4/block_traceql.go:3432–3435  ·  view source on GitHub ↗

traceCollector receives rows from the resource-level matches. It adds trace-level attributes into the spansets before they are returned

Source from the content-addressed store, hash-verified

3430// It adds trace-level attributes into the spansets before
3431// they are returned
3432type traceCollector struct {
3433 // traceAttrs is a slice reused by KeepGroup to reduce allocations
3434 traceAttrs []attrVal
3435}
3436
3437var _ parquetquery.GroupPredicate = (*traceCollector)(nil)
3438

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected