mssql

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

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) Convert

func (a *Arguments) Convert() *mssql.Config

func (*Arguments) SetToDefault

func (a *Arguments) SetToDefault()

SetToDefault implements syntax.Defaulter.

func (*Arguments) Validate

func (a *Arguments) Validate() error

Validate implements syntax.Validator.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL