Documentation ¶
Index ¶
- type Plugins
- func (p *Plugins) Flush(pluginName string) *cgm.Metrics
- func (p *Plugins) Inventory() []byte
- func (p *Plugins) IsInternal(pluginName string) bool
- func (p *Plugins) IsValid(pluginName string) bool
- func (p *Plugins) Run(pluginName string) error
- func (p *Plugins) Scan(b *builtins.Builtins) error
- func (p *Plugins) Stop() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugins ¶ added in v0.0.2
Plugins defines plugin manager
func (*Plugins) IsInternal ¶ added in v0.0.2
IsInternal checks to see if the plugin is one of the internal plugins (write|statsd)
Click to show internal directories.
Click to hide internal directories.