filecoin-project / cpp-filecoin

C++17 implementation of Filecoin
https://filecoin.io/
GNU General Public License v3.0
126 stars 36 forks source link

Lotus metrics #527

Closed turuslan closed 2 years ago

turuslan commented 2 years ago

Add more metrics like lotus/metrics/metrics.go which can be collected by our node.

Our node already has prometheus metrics for counter and gauge. Maybe we need to implement buckets for histogram and summary. Integrating external library may be an option too.

UPD. Didn't find summary metrics usage in lotus yet.

UPD. Switching to prometheus-cpp.

not implemented: