Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Collectd ¶
type Collectd struct { Values []float64 `json:"values"` Dstypes []string `json:"dstypes"` Dsnames []string `json:"dsnames,omitempty"` Time cdtime.Time `json:"time"` Interval float64 `json:"interval"` Host string `json:"host"` Plugin string `json:"plugin"` PluginInstance string `json:"plugin_instance,omitempty"` Type string `json:"type"` TypeInstance string `json:"type_instance,omitempty"` Meta CollectdMeta `json:"meta,omitempty"` }
Collectd ...
func (*Collectd) ParseInputByte ¶
ParseInputJSON ...
type CollectdMeta ¶
type CollectdMeta struct {
X map[string]interface{} `json:"-"` // Rest of the fields should go here.
}
Click to show internal directories.
Click to hide internal directories.