Dave Kelsey
Dave Kelsey
## Code base - [x] add operator based network - [x] add chaos chaincode from fabric-chaos testing into chaincodes/chaos/node - [x] add chaos client (don't forget the lint dot file)...
The current documentation has `grafana visualization` under the transaction section for resource and transaction monitors but it shouldn't be there. The current text states ``` Grafana is an analytics platform...
According to the documentation to get each worker to perform logging all you need to do is add ```yaml monitors: transaction: - module: logging ``` However if you do that...
In a remote worker scenario you launch a set of workers on a machine and have to specify a network configuration and a benchmark configuration as part of the launching,...
This doesn't cover the caliper capability that can extract prometheus data into a report as defined by the benchmark configuration file, however it may true to include caliper data sent...
I came across the verification field in the TxStatus Class definition but could not see it being used outside of connectors setting the property. I think this field is redundant...
look to fully utilise ESLint to catch coding errors such as missing awaits, plus also help with coding standards such as to enforce spacing rules to be consistent with the...
### Please share the technical limitation of Caliper that you encountered. Durations are a mixture of seconds for some (eg InvokeOrQueryTimeout) and milliseconds for others eg (interval) so you have...
Benchmark files should be re-usable assets however configuration for things like prometheus push gateway make that a problem because they define an address of the gateway to push to or...