Documentation ¶
Index ¶
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.