davidkel / hlf

0 stars 0 forks source link

Consider adding metrics to fabric-chaincode-node #21

Open davidkel opened 4 years ago

davidkel commented 4 years ago

Performance of chaincode is an important topic and it would be useful to know information such as time spent by the shim/contract api performing certain tasks such as

  1. time between message being queued and transmitted
  2. time taken to be notified of a response to that message (The above list is just an example and there should be other metrics included)