Documentation ¶
Index ¶
- type Metric
- type Metrics
- type Plugins
- func (p *Plugins) Flush(pluginName string) *map[string]interface{}
- 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() error
- func (p *Plugins) Stop() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metric ¶
type Metric struct { Type string `json:"_type"` Value interface{} `json:"_value"` }
Metric defines an individual metric sample or array of samples (histogram)
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.