Versions in this module Expand all Collapse all v1 v1.7.2 Feb 15, 2018 Changes in this version + var DefaultSDConfig = SDConfig + type Discovery struct + func NewDiscovery(conf SDConfig, logger log.Logger) (*Discovery, error) + func (d *Discovery) Run(ctx context.Context, ch chan<- []*targetgroup.Group) + type SDConfig struct + Filter string + Port int + Project string + RefreshInterval model.Duration + TagSeparator string + XXX map[string]interface{} + Zone string + func (c *SDConfig) UnmarshalYAML(unmarshal func(interface{}) error) error