Versions in this module Expand all Collapse all v2 v2.4.3 Feb 9, 2022 Changes in this version + type Query struct + BatchSize int + ColoredOutput bool + End time.Time + FixedLabelsLen int + Forward bool + IgnoreLabelsKey []string + Interval time.Duration + Limit int + LocalConfig string + NoLabels bool + QueryString string + Quiet bool + ShowLabelsKey []string + Start time.Time + Step time.Duration + func (q *Query) DoLocalQuery(out output.LogOutput, statistics bool, orgID string) error + func (q *Query) DoQuery(c client.Client, out output.LogOutput, statistics bool) + func (q *Query) SetInstant(time time.Time) + func (q *Query) TailQuery(delayFor time.Duration, c client.Client, out output.LogOutput)