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

Function DefaultSearchOptionsWithMaxBytes

tempodb/encoding/common/interfaces.go:61–65  ·  view source on GitHub ↗
(maxBytes int)

Source from the content-addressed store, hash-verified

59}
60
61func DefaultSearchOptionsWithMaxBytes(maxBytes int) SearchOptions {
62 opts := DefaultSearchOptions()
63 opts.MaxBytes = maxBytes
64 return opts
65}
66
67type Compactor interface {
68 Compact(ctx context.Context, l log.Logger, r backend.Reader, w backend.Writer, inputs []*backend.BlockMeta) ([]*backend.BlockMeta, error)

Callers 2

FindByTraceIDMethod · 0.92
FindTraceByIDMethod · 0.92

Calls 1

DefaultSearchOptionsFunction · 0.85

Tested by

no test coverage detected