Versions in this module Expand all Collapse all v2 v2.4.3 Mar 21, 2022 Changes in this version + const PackedEntryKey + const ValueTypeStreams + var ErrLimit = errors.New("limit reached while evaluating the query") + var ErrParse = errors.New("failed to parse the log query") + var ErrPipeline = errors.New("failed execute pipeline") + var ErrorLabel = "__error__" + type LimitError struct + func NewSeriesLimitError(limit int) *LimitError + func (e LimitError) Is(target error) bool + type ParseError struct + func NewParseError(msg string, line, col int) ParseError + func NewStageError(expr string, err error) ParseError + func (p ParseError) Error() string + func (p ParseError) Is(target error) bool + type PipelineError struct + func NewPipelineErr(metric labels.Labels) *PipelineError + func (e PipelineError) Error() string + func (e PipelineError) Is(target error) bool + type Result struct + Data parser.Value + Statistics stats.Result + type Streams []logproto.Stream + func (Streams) String() string + func (Streams) Type() parser.ValueType + func (streams Streams) Len() int + func (streams Streams) Less(i, j int) bool + func (streams Streams) Lines() int64 + func (streams Streams) Swap(i, j int) Other modules containing this package github.com/pao214/loki/v3