ipld-eth-server/pkg
Thomas E Lackey 190d0d7ac9
Improved logging and metrics. (#227)
1. Improve logging to include API method, user ID, etc in the output. We do this by intercepting the request details in the "middleware" and adding them to the request context, as well as adding a wrapper to logrus that simplifies including the fields in the output.

2. Breakdown API metrics by method. This will allow us to differentiate call counts and durations by API method (eg, eth_call vs eth_getStorageAt).
2023-01-20 19:39:26 -06:00
..
client Cerc refactor (#193) 2022-09-20 11:52:06 -04:00
debug Support debug_traceCall API (#192) 2022-09-21 17:15:03 +05:30
eth Improved logging and metrics. (#227) 2023-01-20 19:39:26 -06:00
graphql Improved logging and metrics. (#227) 2023-01-20 19:39:26 -06:00
log Improved logging and metrics. (#227) 2023-01-20 19:39:26 -06:00
net Improved logging and metrics. (#227) 2023-01-20 19:39:26 -06:00
prom Improved logging and metrics. (#227) 2023-01-20 19:39:26 -06:00
rpc Improved logging and metrics. (#227) 2023-01-20 19:39:26 -06:00
serve Improved logging and metrics. (#227) 2023-01-20 19:39:26 -06:00
shared Improved logging and metrics. (#227) 2023-01-20 19:39:26 -06:00
.DS_Store Change receipt CID and MHKey to point trie leaf cid and mkhey. 2021-09-21 17:51:38 +05:30