Versions in this module Expand all Collapse all v0 v0.54.2 Jan 28, 2025 Changes in this version + var DefaultSDConfig = SDConfig + func NewDiscovery(conf *SDConfig, logger log.Logger, metrics discovery.DiscovererMetrics) (*refresh.Discovery, error) + type SDConfig struct + ApplicationKey string + ApplicationSecret config.Secret + ConsumerKey config.Secret + Endpoint string + RefreshInterval model.Duration + Service string + func (*SDConfig) NewDiscovererMetrics(reg prometheus.Registerer, rmi discovery.RefreshMetricsInstantiator) discovery.DiscovererMetrics + func (c *SDConfig) NewDiscoverer(options discovery.DiscovererOptions) (discovery.Discoverer, error) + func (c *SDConfig) UnmarshalYAML(unmarshal func(interface{}) error) error + func (c SDConfig) Name() string v0.54.1-promotel-v1.0.0 Jan 28, 2025