protocol / prodeng

Issues, discussions and documentation from the production engineering team
2 stars 1 forks source link

Instrument block system to record the mean request rate of a block and the mean time to request the block from the network #8

Closed iand closed 2 years ago

iand commented 2 years ago

Part of https://github.com/ipfs/go-ipfs/issues/8870

Roughly instrument block system to record the mean request rate of a block and the mean time to request the block from the network

iand commented 2 years ago

Current implementation is in https://github.com/iand/go-ipfs/tree/block-accounting, specifically https://github.com/iand/go-ipfs/blob/block-accounting/core/node/accounting.go

iand commented 2 years ago

Basic instrumentation completed. GC Metrics reported to grafana and mean request rates + mean time to request + profitability scores of each block are logged for analysis