Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetLocalIsVictimAndTotalIsAllRead ¶
func SetLocalIsVictimAndTotalIsAllRead(value bool)
Types ¶
type MBData ¶
type MBData struct {
MBBody monitor.GroupMBStats
UpdateTime int64
}
type MBReader ¶
type MBReader interface {
// GetMBData yields mb usage rate statistics
GetMBData() (*MBData, error)
}
func New ¶
func New(metricFetcher metrictypes.MetricsFetcher) MBReader
Click to show internal directories.
Click to hide internal directories.