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

Method KeepValue

tempodb/encoding/vparquet5/block_traceql.go:4025–4031  ·  view source on GitHub ↗
(value parquet.Value)

Source from the content-addressed store, hash-verified

4023}
4024
4025func (p *samplingPredicate) KeepValue(value parquet.Value) bool {
4026 if p.inner != nil && !p.inner.KeepValue(value) {
4027 return false
4028 }
4029
4030 return p.sampler.Sample()
4031}

Callers

nothing calls this directly

Calls 2

KeepValueMethod · 0.65
SampleMethod · 0.65

Tested by

no test coverage detected