Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultArguments = Arguments{
RefreshInterval: 30 * time.Second,
Type: "SRV",
}
Functions ¶
Types ¶
type Arguments ¶
type Arguments struct {
Names []string `river:"names,attr"`
RefreshInterval time.Duration `river:"refresh_interval,attr,optional"`
Type string `river:"type,attr,optional"`
Port int `river:"port,attr,optional"`
}
Arguments configures the discovery.dns component.
func (Arguments) Convert ¶
func (args Arguments) Convert() dns.SDConfig
Convert converts Arguments to the upstream Prometheus SD type.
func (*Arguments) UnmarshalRiver ¶
func (args *Arguments) UnmarshalRiver(f func(interface{}) error) error
UnmarshalRiver implements river.Unmarshaler, applying defaults and validating the provided config.
Click to show internal directories.
Click to hide internal directories.