Documentation ¶ Index ¶ type Grabber func New(namespace string, interval time.Duration, orgId string, index int) (g *Grabber, err error) func (g *Grabber) Close() error func (g *Grabber) Gather() func (g *Grabber) String() string func (g *Grabber) Subscribe(pipe chan []*api.Metric) func (g *Grabber) Sync(notify chan int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Grabber ¶ type Grabber struct { Name string Namespace string // contains filtered or unexported fields } func New ¶ func New(namespace string, interval time.Duration, orgId string, index int) (g *Grabber, err error) func (*Grabber) Close ¶ func (g *Grabber) Close() error func (*Grabber) Gather ¶ func (g *Grabber) Gather() func (*Grabber) String ¶ func (g *Grabber) String() string func (*Grabber) Subscribe ¶ func (g *Grabber) Subscribe(pipe chan []*api.Metric) func (*Grabber) Sync ¶ func (g *Grabber) Sync(notify chan int) 1h, 2h, 4h, 8h, 16h Source Files ¶ View all Source files grabber.go Click to show internal directories. Click to hide internal directories.