Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultArguments = Arguments{ Server: "localhost:8500", TagSeparator: ",", Scheme: "http", AllowStale: true, RefreshInterval: 30 * time.Second, HTTPClientConfig: config.DefaultHTTPClientConfig, }
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct { Server string `alloy:"server,attr,optional"` Token alloytypes.Secret `alloy:"token,attr,optional"` Datacenter string `alloy:"datacenter,attr,optional"` Namespace string `alloy:"namespace,attr,optional"` Partition string `alloy:"partition,attr,optional"` TagSeparator string `alloy:"tag_separator,attr,optional"` Scheme string `alloy:"scheme,attr,optional"` Username string `alloy:"username,attr,optional"` Password alloytypes.Secret `alloy:"password,attr,optional"` AllowStale bool `alloy:"allow_stale,attr,optional"` Services []string `alloy:"services,attr,optional"` ServiceTags []string `alloy:"tags,attr,optional"` NodeMeta map[string]string `alloy:"node_meta,attr,optional"` RefreshInterval time.Duration `alloy:"refresh_interval,attr,optional"` HTTPClientConfig config.HTTPClientConfig `alloy:",squash"` }
func (Arguments) Convert ¶
func (args Arguments) Convert() discovery.DiscovererConfig
func (*Arguments) SetToDefault ¶
func (args *Arguments) SetToDefault()
SetToDefault implements syntax.Defaulter.
Click to show internal directories.
Click to hide internal directories.