Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultArguments = Arguments{ AllowStale: true, HTTPClientConfig: config.DefaultHTTPClientConfig, Namespace: "default", RefreshInterval: 60 * time.Second, Region: "global", Server: "http://localhost:4646", TagSeparator: ",", }
Functions ¶
Types ¶
type Arguments ¶
type Arguments struct { AllowStale bool `alloy:"allow_stale,attr,optional"` HTTPClientConfig config.HTTPClientConfig `alloy:",squash"` Namespace string `alloy:"namespace,attr,optional"` RefreshInterval time.Duration `alloy:"refresh_interval,attr,optional"` Region string `alloy:"region,attr,optional"` Server string `alloy:"server,attr,optional"` TagSeparator string `alloy:"tag_separator,attr,optional"` }
func (*Arguments) Convert ¶
func (a *Arguments) Convert() *prom_discovery.SDConfig
func (*Arguments) SetToDefault ¶
func (a *Arguments) SetToDefault()
SetToDefault implements syntax.Defaulter.
Click to show internal directories.
Click to hide internal directories.