Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultArguments = Arguments{ Timeout: 10 * time.Second, }
DefaultArguments is used to initialize default values for Arguments.
Functions ¶
Types ¶
type Arguments ¶
type Arguments struct { Servers []string `river:"servers,attr"` Paths []string `river:"paths,attr"` Timeout time.Duration `river:"timeout,attr,optional"` }
Arguments configure the discovery.nerve component.
func (*Arguments) Convert ¶
func (args *Arguments) Convert() *prom_discovery.NerveSDConfig
Convert returns the upstream configuration struct.
func (*Arguments) SetToDefault ¶
func (args *Arguments) SetToDefault()
SetToDefault implements river.Defaulter.
Click to show internal directories.
Click to hide internal directories.