Versions in this module Expand all Collapse all v0 v0.10.1 Jan 27, 2016 v0.10.0 Jan 9, 2016 Changes in this version + var ClusterTracking = []string + var MemberTracking = []string + var TableTracking = []string + type Address struct + Host string + Port int + type Cache struct + BytesInUse int64 + type Disk struct + ReadBytesPerSec int64 + ReadBytesTotal int64 + SpaceUsage SpaceUsage + WriteBytesPerSec int64 + WriteBytesTotal int64 + type Engine struct + ClientActive int64 + ClientConns int64 + QueriesPerSec int64 + ReadsPerSec int64 + TotalQueries int64 + TotalReads int64 + TotalWrites int64 + WritesPerSec int64 + func (e *Engine) AddEngineStats(keys []string, acc inputs.Accumulator, tags map[string]string) + type RethinkDB struct + Servers []string + func (r *RethinkDB) Description() string + func (r *RethinkDB) Gather(acc inputs.Accumulator) error + func (r *RethinkDB) SampleConfig() string + type Server struct + Url *url.URL + type SpaceUsage struct + Data int64 + Garbage int64 + Metadata int64 + Prealloc int64 + type Storage struct + Cache Cache + Disk Disk + func (s *Storage) AddStats(acc inputs.Accumulator, tags map[string]string)