-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Add Stats APIs for per provider stats (for Provider Console) #307
Comments
@jigar-arc10 - please add anything I missed |
September 17th, 2024 The first iteration of this is almost done and should be available this week. It will include all the listed stats for the current day. Providing historical data (7d, 1m, all) will be a bit more challenging and will come as a second iteration later on as it will probably require changes to the indexer. |
Closing this as the basic dashboard endpoint is done & merged. The remaining graph endpoint has a lower priority and will be tracked in #473 |
Problem Statement
For the work happening in #220 - one of the things we would like to do is offer a per provider dashboard. For the first iteration of the provider console dashboard, we intend to keep it simple and offer a subset of what is available in https://stats.akash.network/ but filtered to the specific provider.
Requirement
Offer APIs to query the following stats per provider - ideally available for 7d, 1m or ALL time (similar to stats page):
Network Summary Stats
Resources Leased Stats
Spent Assets Stats
Note that this is just using the labels for the stats as they appear on the stats page. The labels we will use in the UI will be different (for example "AKT Earned")
The text was updated successfully, but these errors were encountered: