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 // contains filtered or unexported fields }
MySQLPlugin mackerel plugin for MySQL
func (MySQLPlugin) FetchMetrics ¶
func (m MySQLPlugin) FetchMetrics() (map[string]interface{}, 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 retruns the metrics key prefix
Click to show internal directories.
Click to hide internal directories.