Versions in this module Expand all Collapse all v2 v2.6.2 Aug 12, 2022 Changes in this version + const SchemaConfigFilename + func GetObjectClient(conf loki.Config, cm storage.ClientMetrics) (chunk.ObjectClient, error) + func LoadSchemaUsingObjectClient(oc chunk.ObjectClient, name string) (*config.SchemaConfig, error) + type Query struct + BatchSize int + ColoredOutput bool + End time.Time + FetchSchemaFromStorage bool + 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, useRemoteSchema bool) 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)