Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stats ¶
type Stats struct {
// contains filtered or unexported fields
}
func (*Stats) GetMemoryStats ¶
func (s *Stats) GetMemoryStats() (*types.MemoryStats, error)
type StatsDClient ¶
type StatsDClient struct {
Addr string
}
func NewStatsdClient ¶
func NewStatsdClient(addr string) *StatsDClient
func (*StatsDClient) Close ¶
func (self *StatsDClient) Close() error
Click to show internal directories.
Click to hide internal directories.