Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultArguments = Arguments{
Address: "localhost:11211",
Timeout: time.Second,
}
DefaultArguments holds the default arguments for the prometheus.exporter.memcached component.
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct {
// Address is the address of the memcached server to connect to (host:port).
Address string `river:"address,attr,optional"`
// Timeout is the timeout for the memcached exporter to use when connecting to the
// memcached server.
Timeout time.Duration `river:"timeout,attr,optional"`
// TLSConfig is used to configure TLS for connection to memcached.
TLSConfig *config.TLSConfig `river:"tls_config,block,optional"`
}
Arguments configures the prometheus.exporter.memcached component.
func (*Arguments) SetToDefault ¶ added in v0.35.0
func (a *Arguments) SetToDefault()
SetToDefault implements river.Defaulter.
Click to show internal directories.
Click to hide internal directories.