workers: Basic monitoring tools

This commit is contained in:
Łukasz Magiera
2020-03-23 15:56:22 +01:00
parent 80d0f1f2c1
commit a3ba8eb0d7
11 changed files with 177 additions and 25 deletions
+2
View File
@@ -113,6 +113,8 @@ type StorageMiner interface {
// WorkerConnect tells the node to connect to workers RPC
WorkerConnect(context.Context, string) error
WorkerStats(context.Context) (map[uint64]WorkerStats, error)
stores.SectorIndex
MarketImportDealData(ctx context.Context, propcid cid.Cid, path string) error