-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Analytics] Logging system #6
Comments
Proposed SolutionDue to using EC2, we think that we can leverage AWS’s logging system to help log calls to the API. We would be focused on who is making the call, what endpoint they are hitting, and at what time (it would be helpful if more suggestions could be given as to what else we could log :)). We would use AWS and post process this information using Python. We also want to use this information to help come up with useful statistics, for example:
Timeline
Questions to ask Team
|
(Update) 1-20-18
|
Thanks Tim for the tips on statistics and other metrics to log! We will have a much clearer idea on the AWS stuff by the 20th, and will provide a much better answer then. We are currently in discussion on how we want to split tasks up. |
Finalized on using a log file How we would like to go forward: -- worthwhile to have a configuration file -- postprocessing of metrics would be in loggingAnalytics.py -- figure out what exact statistics could be useful to display to sponsors: Tasking: |
Logging system to track API calls + other info
Think about what would be helpful for (1) debugging (a) during the event or (b) during development, and (2) useful stats to promote this to other hackathons
The text was updated successfully, but these errors were encountered: