AmbireTech / adex-validator

AdEx validator stack reference implementation: sentry, validator worker
https://www.adex.network
GNU Affero General Public License v3.0
8 stars 11 forks source link

Additional epoch analytics keys #337

Closed Ivshti closed 3 years ago

Ivshti commented 3 years ago

Currently, additional stats (AIP23) are persisted, but not all of them are segmented by epoch

Additional keys that need to be segmented by epoch:

Additionally, we need a script that cleans up the epoch keys for all but the last N epochs - to make sure that the redis db does not get too full.

Finally, consider dropping some of the advanced analytics - the ones that seem redundant

Ivshti commented 3 years ago

irrelevant cause of https://github.com/AdExNetwork/aips/issues/75