Documentation ¶ Index ¶ type Chart type Charts type Config type Dim type Dims type Geth func New() *Geth func (g *Geth) Charts() *Charts func (g *Geth) Check() bool func (Geth) Cleanup() func (g *Geth) Collect() map[string]int64 func (g *Geth) Init() bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Chart ¶ type Chart = module.Chart type Charts ¶ type Charts = module.Charts type Config ¶ type Config struct { web.HTTP `yaml:",inline"` } type Dim ¶ type Dim = module.Dim type Dims ¶ type Dims = module.Dims type Geth ¶ type Geth struct { module.Base Config `yaml:",inline"` // contains filtered or unexported fields } func New ¶ func New() *Geth func (*Geth) Charts ¶ func (g *Geth) Charts() *Charts func (*Geth) Check ¶ func (g *Geth) Check() bool func (Geth) Cleanup ¶ func (Geth) Cleanup() func (*Geth) Collect ¶ func (g *Geth) Collect() map[string]int64 func (*Geth) Init ¶ func (g *Geth) Init() bool Source Files ¶ View all Source files charts.go collect.go geth.go metrics.go Click to show internal directories. Click to hide internal directories.