Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInternal ¶
IsInternal checks to see if the plugin is one of the internal plugins (write|statsd)
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 Plugin ¶
type Plugin struct { sync.RWMutex ID string InstanceID string Name string InstanceArgs []string Command string Generation uint64 Running bool // contains filtered or unexported fields }
Plugin defines a specific plugin
type PluginList ¶
PluginList all active plugins
Click to show internal directories.
Click to hide internal directories.