Documentation ¶
Overview ¶
Package report reports statistics about TSM files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MeasurementDetails ¶
type MeasurementDetails struct {
// contains filtered or unexported fields
}
type MeasurementSizes ¶
type MeasurementSizes struct {
// contains filtered or unexported fields
}
func (*MeasurementSizes) AddSize ¶
func (s *MeasurementSizes) AddSize(db, rp, measurement string, size int64)
func (*MeasurementSizes) ForEach ¶
func (s *MeasurementSizes) ForEach(f func(db, rp, measurement string, detail MeasurementDetails))
type ProgressReporter ¶
type ProgressReporter struct {
// contains filtered or unexported fields
}
func NewProgressReporter ¶
func NewProgressReporter(w io.Writer) *ProgressReporter
func (*ProgressReporter) Report ¶
func (p *ProgressReporter) Report(line string)
type ShardDetails ¶
type ShardDetails struct {
// contains filtered or unexported fields
}
type ShardSizes ¶
type ShardSizes struct {
// contains filtered or unexported fields
}
func (*ShardSizes) AddTsmFileWithSize ¶
func (s *ShardSizes) AddTsmFileWithSize(db, rp, id string, size int64)
func (*ShardSizes) ForEach ¶
func (s *ShardSizes) ForEach(f func(db, rp, id string, detail ShardDetails))
Click to show internal directories.
Click to hide internal directories.