Versions in this module Expand all Collapse all v1 v1.0.2 Jul 26, 2019 Changes in this version + type Client interface + Stop func() + func New(cfg Config, logger log.Logger) (Client, error) + func NewMulti(logger log.Logger, cfgs ...Config) (Client, error) + type Config struct + BackoffConfig util.BackoffConfig + BatchSize int + BatchWait time.Duration + Client config.HTTPClientConfig + ExternalLabels lokiflag.LabelSet + Timeout time.Duration + URL flagext.URLValue + func (c *Config) RegisterFlags(flags *flag.FlagSet) + func (c *Config) UnmarshalYAML(unmarshal func(interface{}) error) error + type MultiClient []Client + func (m MultiClient) Handle(labels model.LabelSet, time time.Time, entry string) error + func (m MultiClient) Stop()