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

stats improvements #158

Merged
merged 15 commits into from
Nov 27, 2017
Merged

stats improvements #158

merged 15 commits into from
Nov 27, 2017

Conversation

pgte
Copy link
Contributor

@pgte pgte commented Nov 24, 2017

Addresses #90

  • make stats processing async
  • use BigNum for values
  • support all the stats as go-ipfs
  • make stats processing interval smart (debounce updates, threshold for queue size). Uses an adaptive algorithm to calculates next time when to run computations, a function of the current queue length.
  • average and stddev of frequency (use standard intervals like 1 min, 5 mins, 15 mins, for instance)
  • enable / disable API

@ghost ghost assigned pgte Nov 26, 2017
@ghost ghost added the status/in-progress In progress label Nov 26, 2017
@pgte pgte changed the title WIP: stats stats improvements Nov 27, 2017
@daviddias daviddias merged commit 17e15d0 into master Nov 27, 2017
@daviddias daviddias deleted the feat/async-stats branch November 27, 2017 13:43
@ghost ghost removed the status/in-progress In progress label Nov 27, 2017
@daviddias daviddias mentioned this pull request Nov 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants