Versions in this module Expand all Collapse all v1 v1.25.5 Mar 19, 2021 v1.25.4 Mar 19, 2021 v1.25.3 Mar 19, 2021 Changes in this version + var DefaultSDConfig = SDConfig + type Discovery struct + func NewDiscovery(conf *SDConfig, logger log.Logger) (*Discovery, error) + type Filter struct + Name string + Values []string + type SDConfig struct + Filters []Filter + HTTPClientConfig config.HTTPClientConfig + Host string + Port int + RefreshInterval model.Duration + Role string + func (*SDConfig) Name() string + func (c *SDConfig) NewDiscoverer(opts discovery.DiscovererOptions) (discovery.Discoverer, error) + func (c *SDConfig) SetDirectory(dir string) + func (c *SDConfig) UnmarshalYAML(unmarshal func(interface{}) error) error