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

Struct samplingPredicate

tempodb/encoding/vparquet5/block_traceql.go:3987–3990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3985}
3986
3987type samplingPredicate struct {
3988 sampler traceql.Sampler
3989 inner parquetquery.Predicate
3990}
3991
3992var _ parquetquery.Predicate = (*samplingPredicate)(nil)
3993

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected