Documentation ¶
Overview ¶
Package mysql is the client probe for MySQL.
Index ¶
Constants ¶
View Source
const Kind string = "MySQL"
Kind is the type of driver
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQL ¶
type MySQL struct { conf.Options `yaml:",inline"` ConnStr string `yaml:"conn_str,omitempty" json:"conn_str,omitempty"` // contains filtered or unexported fields }
MySQL is the MySQL client
func (*MySQL) ProbeWithDataVerification ¶
ProbeWithDataVerification do the health check with data verification
Click to show internal directories.
Click to hide internal directories.