cluster-labs / horizon

A Dashboard to manage and monitor IPFS Cluster
42 stars 7 forks source link

What useful cluster/node/pinset metrics can we show using the GUI? #7

Closed vasa-develop closed 5 years ago

vasa-develop commented 5 years ago

There are a few metrics that can be useful. Some of these are:

What are the other metrics that we can show in a UI?

@hsanjuan @lanzafame @kishansagathiya

kishansagathiya commented 5 years ago

I think these three things should be enough

hsanjuan commented 5 years ago

Use /allocations for pinset metrics (like the number of pins). /status (actually it's /pins) is a broadcast call that needs to contact every peer to report the status.

/id should give you a list of cluster peers (similar to peers shown by /monitor/metrics).

Other than that, the API doesn't expose much more.

vasa-develop commented 5 years ago

Closing this for now, as it seems to be resolved :)