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 alloytypes.Secret `alloy:"connection_string,attr"` MaxIdleConnections int `alloy:"max_idle_connections,attr,optional"` MaxOpenConnections int `alloy:"max_open_connections,attr,optional"` Timeout time.Duration `alloy:"timeout,attr,optional"` QueryConfig alloytypes.OptionalSecret `alloy:"query_config,attr,optional"` }
Arguments controls the mssql exporter.
func (*Arguments) SetToDefault ¶
func (a *Arguments) SetToDefault()
SetToDefault implements syntax.Defaulter.
Click to show internal directories.
Click to hide internal directories.