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

Struct instrumentationCollector

tempodb/encoding/vparquet4/block_traceql.go:3228–3231  ·  view source on GitHub ↗

instrumentationCollector receives rows of matching scope-level

Source from the content-addressed store, hash-verified

3226
3227// instrumentationCollector receives rows of matching scope-level
3228type instrumentationCollector struct {
3229 minAttributes int
3230 instrumentationAttrs []attrVal
3231}
3232
3233var _ parquetquery.GroupPredicate = (*instrumentationCollector)(nil)
3234

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected