Versions in this module Expand all Collapse all v1 v1.7.9 Oct 27, 2019 Changes in this version + type Stats struct + CompletedShards uint64 + FieldsFiltered uint64 + InfFiltered uint64 + NanFiltered uint64 + PointsRead uint64 + PointsWritten uint64 + TotalTime time.Duration + TsmBytesWritten uint64 + TsmFilesCreated uint64 + func (s *Stats) AddPointsRead(n int) + func (s *Stats) AddPointsWritten(n int) + func (s *Stats) AddTSMBytes(n uint32) + func (s *Stats) IncrFiltered() + func (s *Stats) IncrInf() + func (s *Stats) IncrNaN() + func (s *Stats) IncrTSMFileCount()