koinos / koinos-chain

The chain microservice is responsible for the application of blocks, running of smart contracts, and applying transactions.
Other
15 stars 3 forks source link

Track Blockchain Resource Usage #242

Closed mvandeberg closed 3 years ago

mvandeberg commented 4 years ago

As a Koinos node operator, I want to know how many blockchain resources are being utilized and limit their use.

-[ ] Track changes in memory usage via database calls -[ ] Track transaction size -[ ] Track WASM instruction count (Needs research)

sgerbino commented 3 years ago

Replaced by #405.