Versions in this module Expand all Collapse all v0 v0.0.1 Jan 21, 2024 Changes in this version + type LokiHook interface + RunAndWait func() error + func NewLokiGrpc(addr string, options ...Option) LokiHook + type Option interface + func WithBatchSize(batchSize uint) Option + func WithBatchTimeout(batchTimeout time.Duration) Option + func WithContext(ctx context.Context) Option + func WithLabels(labels map[string]string) Option + func WithSendBatchTimeout(sendBatchTimeout time.Duration) Option