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

Struct InstrumentedPredicate

pkg/parquetquery/predicates.go:446–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446type InstrumentedPredicate struct {
447 Pred Predicate // Optional, if missing then just keeps metrics with no filtering
448 InspectedColumnChunks int64
449 InspectedPages int64
450 InspectedValues int64
451 KeptColumnChunks int64
452 KeptPages int64
453 KeptValues int64
454}
455
456var _ Predicate = (*InstrumentedPredicate)(nil)
457

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected