Add metrics to monitor errors and duration for ETH RPC requests (#507)

* Add metrics to monitor errors and duration for ETH RPC requests

* Check for server error

* Add a metric with configured upstream ETH RPC endpoints

* Use Gauge for RPC requests duration metric

* Filter out unknown events while loading event count on start

* Update package versions

* Rethrow errors in overridden send provider method
This commit is contained in:
prathamesh0
2024-05-15 19:11:22 +05:30
committed by GitHub
parent c9696c3d9f
commit c7e6baa263
18 changed files with 109 additions and 45 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/cache",
"version": "0.2.86",
"version": "0.2.87",
"description": "Generic object cache",
"main": "dist/index.js",
"scripts": {