optimism-java / shisui

Ethereum Portal Network Client written in Go
https://www.ethportal.net/clients/shisui
GNU Lesser General Public License v3.0
6 stars 6 forks source link

Add metrics for shisui #162

Closed GrapeBaBa closed 2 weeks ago

GrapeBaBa commented 1 month ago

Since basic sub networks are ready, we should add metrics such as other clients to make shisui more observable. We need first try to summary what metrics we should record and reuse geth metrics to implement it.

r4f4ss commented 1 month ago

I will split this issue in two tasks: implement the metrics collector with web server and integration with influx and influxV2 (geth do the same and is teh reference) and latelly decide wich metrics will be part of shisui, import existing ones from geth and possibly create new ones