threefold.io: Add utilization stats to website #91
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Similar to how Akash does it here https://stats.akash.network/ we want to add just a few utilization stats to the website, as we currently have for capacity stats.
Potentially:
Then we need to decide how we want to show these stats (probably in a line graph like below.
@scott can you help sort out which stats we should pull from and how to get them (live)?
Then we will bring Ehab and Samar in to help get it on the website.
Hi @scott @mik-tf are there any updates on this one?
Add utilization stats to threefold.ioto threefold.io: Add utilization stats to websiteGathering these figures requires use of GraphQL, so that probably involves adding a bit of Javascript.
There's some limitations too. Specially in regard to what was requested, deployment contracts only have a creation timestamp and a current state. There's no way to determine when a contract was deleted.
That means creating a graph of newly created contracts is fairly straightforward, but graphing the active contract count is not.
I'm not saying those need to be the stats exactly it was just a proposition.
I also think it's OK to talk about contracts created even if they are no longer active. It still shows utilization.
If you have better recommendations for which stats to show please let me know!
Moved to a new issue