skalenetwork / skale-proxy

SKALE Proxy is high performance, easy-to-run public service that provides proxied and load-balanced JSON-RPC endpoints for SKALE chains. It is based on NGINX.
GNU Affero General Public License v3.0
2 stars 3 forks source link

Add metrics collector to proxy #65

Closed dmytrotkk closed 3 months ago

dmytrotkk commented 3 months ago

This PR adds a new service to skale-proxy - metrics collector. It collects stats for all apps and chains and saves them to JSON file.

No performance changes, no tests added.