Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultArguments = Arguments{ MaxIdleConnections: 3, MaxOpenConnections: 3, Timeout: 10 * time.Second, }
DefaultArguments holds the default settings for the mssql exporter
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct { ConnectionString rivertypes.Secret `river:"connection_string,attr"` MaxIdleConnections int `river:"max_idle_connections,attr,optional"` MaxOpenConnections int `river:"max_open_connections,attr,optional"` Timeout time.Duration `river:"timeout,attr,optional"` }
Arguments controls the mssql exporter.
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.