Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
func (*Client) QueryRange ¶
QueryRange queries logs within a specific time range.
func (*Client) QueryRangeWithRetry ¶ added in v1.2.6
QueryRangeWithRetry queries logs within a specific time range with a retry in case of an error or not finding any logs.
func (*Client) TailQuery ¶
func (c *Client) TailQuery(ctx context.Context, delayFor time.Duration, out output.LogOutput, q Query) error
TailQuery tails logs using the loki websocket endpoint. This has been adapted from https://github.com/grafana/loki/blob/v2.8.2/pkg/logcli/query/tail.go#L22 as it directly prints out messages using builtin log, which we don't want.
Click to show internal directories.
Click to hide internal directories.