Skip to content
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

Update metrics collector to store historic app stats #326

Closed
dmytrotkk opened this issue Aug 8, 2024 · 1 comment · Fixed by skalenetwork/skale-proxy#74
Closed

Update metrics collector to store historic app stats #326

dmytrotkk opened this issue Aug 8, 2024 · 1 comment · Fixed by skalenetwork/skale-proxy#74
Assignees
Labels

Comments

@dmytrotkk
Copy link
Contributor

Metric collector has to be updated to store historic data about apps:

  • DB should be added
  • Probably should be merged into stats-api repo
  • In the first version we need to store data about transactions from the app for:
  1. last day
  2. last 7 days
  3. last 30 days
  4. total txs

More details will be added later.

@dmytrotkk dmytrotkk self-assigned this Aug 8, 2024
@PolinaKiporenko PolinaKiporenko added this to the SKALE Portal 2.5 milestone Aug 8, 2024
@PolinaKiporenko PolinaKiporenko moved this to Ready For Pickup in SKALE Engineering 🚀 Aug 29, 2024
@dmytrotkk dmytrotkk linked a pull request Sep 12, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from Code Review to Ready For Release Candidate in SKALE Engineering 🚀 Sep 24, 2024
@yatsunastya
Copy link
Contributor

Checked ✅
Version: 3.1.0-beta.2

Transaction are displayed for:

  • 1 day
  • 7 days
  • 30 days
  • total
    Image

BUT
There is an issue with delay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants