Documentation
¶
Index ¶
- type Config
- type Log
- type VLClient
- func (lc *VLClient) Get(ctx context.Context, url string) (*http.Response, error)
- func (lc *VLClient) QueryRange(ctx context.Context, infinite bool) chan *Log
- func (lc *VLClient) Ready(ctx context.Context) error
- func (lc *VLClient) SetTomb(t *tomb.Tomb)
- func (lc *VLClient) Tail(ctx context.Context) (chan *Log, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log ¶
Log represents a VictoriaLogs log line See: https://docs.victoriametrics.com/victorialogs/querying/#querying-logs
type VLClient ¶
func NewVLClient ¶
func (*VLClient) QueryRange ¶
QueryRange queries the logs See: https://docs.victoriametrics.com/victorialogs/querying/#querying-logs
Click to show internal directories.
Click to hide internal directories.