Versions in this module Expand all Collapse all v0 v0.1.0 Aug 1, 2026 Changes in this version + const DefaultLabelValuesLimit + var ErrLabelExcluded = fmt.Errorf("label excluded by configuration") + type Engine struct + func New(p *util.Pool[*journal.Journal], schema *model.Schema) *Engine + func (e *Engine) IndexStats(matchers string, start, end time.Time) (*logproto.IndexStatsResponse, error) + func (e *Engine) LabelValues(name string) ([]string, error) + func (e *Engine) Labels() ([]string, error) + func (e *Engine) LogQueryRange(query string, start, end time.Time, limit int, direction logproto.Direction) (loghttp.Streams, error) + func (e *Engine) MetricQuery(query string, ts time.Time, direction logproto.Direction) (loghttp.Vector, error) + func (e *Engine) MetricQueryRange(query string, start, end time.Time, step time.Duration, ...) (loghttp.Matrix, error) + func (e *Engine) Series(filters []*labels.Matcher, start, end time.Time) ([]loghttp.LabelSet, error) + func (e *Engine) Tail(ctx context.Context, query string, start time.Time, _ int, ...) error v0.0.1 Aug 1, 2026