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