Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
Types ¶
type Config ¶
type Config struct { scraperhelper.ControllerConfig `mapstructure:",squash"` Username string `mapstructure:"username,omitempty"` Password configopaque.String `mapstructure:"password,omitempty"` Database string `mapstructure:"database,omitempty"` AllowNativePasswords bool `mapstructure:"allow_native_passwords,omitempty"` confignet.AddrConfig `mapstructure:",squash"` TLS configtls.ClientConfig `mapstructure:"tls,omitempty"` MetricsBuilderConfig metadata.MetricsBuilderConfig `mapstructure:",squash"` StatementEvents StatementEventsConfig `mapstructure:"statement_events"` }
type IndexIoWaitsStats ¶ added in v0.61.0
type IndexIoWaitsStats struct { IoWaitsStats // contains filtered or unexported fields }
type IoWaitsStats ¶ added in v0.61.0
type IoWaitsStats struct {
// contains filtered or unexported fields
}
type ReplicaStatusStats ¶ added in v0.68.0
type ReplicaStatusStats struct {
// contains filtered or unexported fields
}
type StatementEventStats ¶ added in v0.63.0
type StatementEventStats struct {
// contains filtered or unexported fields
}
type StatementEventsConfig ¶ added in v0.63.0
type TableIoWaitsStats ¶ added in v0.61.0
type TableIoWaitsStats struct {
IoWaitsStats
}
type TableStats ¶ added in v0.101.0
type TableStats struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.