Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultArguments = Arguments{
RefreshInterval: 30 * time.Second,
HTTPClientConfig: config.DefaultHTTPClientConfig,
}
Functions ¶
Types ¶
type Arguments ¶
type Arguments struct {
Servers []string `river:"servers,attr"`
RefreshInterval time.Duration `river:"refresh_interval,attr,optional"`
AuthToken rivertypes.Secret `river:"auth_token,attr,optional"`
AuthTokenFile string `river:"auth_token_file,attr,optional"`
HTTPClientConfig config.HTTPClientConfig `river:",squash"`
}
func (*Arguments) Convert ¶
func (a *Arguments) Convert() *prom_discovery.SDConfig
Convert converts Arguments into the SDConfig type.
func (*Arguments) SetToDefault ¶
func (a *Arguments) SetToDefault()
SetToDefault implements river.Defaulter.
Click to show internal directories.
Click to hide internal directories.