Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentGenerator ¶ added in v0.17.0
type AgentGenerator struct { }
AgentGenerator is generator of metrics about the runnning agent itself
func (*AgentGenerator) Generate ¶ added in v0.17.0
func (g *AgentGenerator) Generate() (Values, error)
Generate generates the memory usage of the running agent itself
type PluginGenerator ¶
type PluginGenerator interface { Generate() (Values, error) PrepareGraphDefs() ([]mackerel.CreateGraphDefsPayload, error) }
PluginGenerator XXX
func NewPluginGenerator ¶ added in v0.13.0
func NewPluginGenerator(conf config.PluginConfig) PluginGenerator
NewPluginGenerator XXX
Click to show internal directories.
Click to hide internal directories.