Versions in this module Expand all Collapse all v2 v2.5.2 Apr 27, 2022 Changes in this version + type Config struct + Disable bool + ExternalURL string + HealthCheckTarget *bool + func (cfg *Config) RegisterFlags(f *flag.FlagSet) + func (cfg *Config) RegisterFlagsWithPrefix(prefix string, f *flag.FlagSet) + type Server interface + Run func() error + Shutdown func() + func New(cfg Config, log log.Logger, tms *targets.TargetManagers, promtailCfg string) (Server, error)