Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

Rate-limit and bound all data structures #12

Open
garvankeeley opened this issue Sep 29, 2017 · 1 comment
Open

Rate-limit and bound all data structures #12

garvankeeley opened this issue Sep 29, 2017 · 1 comment

Comments

@garvankeeley
Copy link
Contributor

  1. Ensure that all json files have bounded size
  2. Limit the amount of uploads permitted in a single session.
  3. Rate-limit the I/O calls
@garvankeeley
Copy link
Contributor Author

garvankeeley commented Sep 29, 2017

Currently, the lib is intended for
• once-per-session Core Ping
• user interaction rate limited (i.e. primarily user tap-initiated) UI event telemetry.

Any high-rate telemetry, or telemetry on app events not bounded by user interaction rate (which run the risk of being high-rate), is out-of-scope for the first version.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant