Documentation
¶
Index ¶
Constants ¶
View Source
const ( TrackMinInterval = 60 * time.Second TopTablesN = 20 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeEmitter ¶
type CollectFunc ¶
type DBSizeSnapshot ¶
type DBSizeSnapshot struct {
DatabaseSize float64
Tables []TableSizeEntry
}
type TableGrowthEntry ¶
type TableSizeEntry ¶
type Tracker ¶
type Tracker struct {
DBSizes map[string]*DBSizeSnapshot
TableGrowth []TableGrowthEntry
// contains filtered or unexported fields
}
func NewTracker ¶
Click to show internal directories.
Click to hide internal directories.