Versions in this module Expand all Collapse all v2 v2.6.2 Aug 12, 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 PromtailServer struct + type Server interface + Run func() error + Shutdown func() + func New(cfg Config, log log.Logger, tms *targets.TargetManagers, promtailCfg string) (Server, error)