Node's capacity (used storage slot and max storage slot) is stored in individual stats.csv.
A requirement for the Network Explorer is to display the total network capacity and its evolution over time.
It would be more efficient if the /metrics endpoint exposes the already computed data so the client doesn't have to do it itself.
We should create and expose a stats.csv for the network with the capacity of the whole network.
Node's capacity (used storage slot and max storage slot) is stored in individual
stats.csv.A requirement for the Network Explorer is to display the total network capacity and its evolution over time.
It would be more efficient if the
/metricsendpoint exposes the already computed data so the client doesn't have to do it itself.We should create and expose a
stats.csvfor the network with the capacity of the whole network.