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

Struct samplingPredicate

tempodb/encoding/vparquet4/block_traceql.go:3877–3880  ·  tempodb/encoding/vparquet4/block_traceql.go::samplingPredicate

Source from the content-addressed store, hash-verified

3875}
3876
3877type samplingPredicate struct {
3878 sampler traceql.Sampler
3879 inner parquetquery.Predicate
3880}
3881
3882var _ parquetquery.Predicate = (*samplingPredicate)(nil)
3883

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected