You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
It'd be super useful to expose a few basic metrics, like number of peers and requests answered, if there is such a thing.
In go-ipfs we're exposing an endpoint for Prometheus at http://localhost:5001/debug/metrics/prometheus, and grepping for
ipfs_
you can see a few metrics.There's a JS client in https://github.com/siimon/prom-client -- the peers count would be a gauge, the requests count a counter, etc.
The text was updated successfully, but these errors were encountered: