Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Error is the default error class for piecestore monitor errors Error = errs.Class("piecestore monitor") )
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Interval time.Duration `help:"how frequently Kademlia bucket should be refreshed with node stats" default:"1h0m0s"`
}
Config defines parameters for storage node disk and bandwidth usage monitoring.
type Service ¶
Service which monitors disk usage and updates kademlia network as necessary.
Click to show internal directories.
Click to hide internal directories.