Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Enabled bool `toml:"enabled" override:"enabled"` ID string `toml:"id" override:"id"` RecordNames []string `toml:"record-names" override:"record-names"` RefreshInterval toml.Duration `toml:"refresh-interval" override:"refresh-interval"` Type string `toml:"type" override:"type"` Port int `toml:"port" override:"port"` // Ignored for SRV records }
Config is a DNS service discovery configuration
func (Config) Prom ¶
func (d Config) Prom(c *config.ScrapeConfig)
Prom writes the prometheus configuration for discoverer into ScrapeConfig
func (Config) PromConfig ¶
func (d Config) PromConfig() *config.DNSSDConfig
PromConfig returns the prometheus configuration for this discoverer
type Diagnostic ¶ added in v1.4.0
type Diagnostic scraper.Diagnostic
type Service ¶
type Service struct { Configs []Config // contains filtered or unexported fields }
Service is the dns discovery service
func NewService ¶
func NewService(c []Config, r scraper.Registry, d Diagnostic) *Service
NewService creates a new unopened service
func (*Service) TestOptions ¶
func (s *Service) TestOptions() interface{}
TestOptions returns an object that is in turn passed to Test.
Click to show internal directories.
Click to hide internal directories.