Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MySQLPlugin ¶
type MySQLPlugin struct { Target string Tempfile string Username string Password string DisableInnoDB bool EnableExtended bool Debug bool // contains filtered or unexported fields }
MySQLPlugin mackerel plugin for MySQL
func (*MySQLPlugin) FetchMetrics ¶
func (m *MySQLPlugin) FetchMetrics() (map[string]float64, error)
FetchMetrics interface for mackerelplugin
func (*MySQLPlugin) GraphDefinition ¶
func (m *MySQLPlugin) GraphDefinition() map[string]mp.Graphs
GraphDefinition interface for mackerelplugin
func (*MySQLPlugin) MetricKeyPrefix ¶
func (m *MySQLPlugin) MetricKeyPrefix() string
MetricKeyPrefix returns the metrics key prefix
Click to show internal directories.
Click to hide internal directories.