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

Struct spanCollector2

tempodb/encoding/vparquet5/block_traceql_fetch.go:1205–1218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1203}
1204
1205type spanCollector2 struct {
1206 minAttributes int
1207 nestedSetLeftExplicit bool
1208 nestedSetRightExplicit bool
1209 nestedSetParentExplicit bool
1210
1211 secondPass traceql.SecondPassFn
1212 spansetBuffer *traceql.Spanset
1213
1214 at span
1215 atRes parquetquery.IteratorResult
1216
1217 name string
1218}
1219
1220var _ parquetquery.Collector = (*spanCollector2)(nil)
1221

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected