Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ KeepValue
Method
KeepValue
tempodb/encoding/vparquet4/block_traceql.go:3915–3921 ·
view source on GitHub ↗
(value parquet.Value)
Source
from the content-addressed store, hash-verified
3913
}
3914
3915
func
(p *samplingPredicate) KeepValue(value parquet.Value) bool {
3916
if
p.inner != nil && !p.inner.KeepValue(value) {
3917
return
false
3918
}
3919
3920
return
p.sampler.Sample()
3921
}
Callers
nothing calls this directly
Calls
2
KeepValue
Method · 0.65
Sample
Method · 0.65
Tested by
no test coverage detected