-
Notifications
You must be signed in to change notification settings - Fork 9
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
Create design-update.md #40
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,39 @@ | ||||||||
# Design doc to facilitate feature specification | ||||||||
|
||||||||
## Etelemetry service objectives: | ||||||||
- Track software usage. Annotations: | ||||||||
- Process starts | ||||||||
- Process ends + exit status | ||||||||
- Heartbeats for long runtime tasks | ||||||||
- Software version | ||||||||
- Platform (bare-metal, container, etc.) | ||||||||
- Relevant options | ||||||||
- "Session" information | ||||||||
- "User" information | ||||||||
- (possibly) Elapsed time | ||||||||
- (possibly) Memory utilization | ||||||||
- (possibly) CPU utilization | ||||||||
- Feedback to users: | ||||||||
- Notice of new versions available | ||||||||
- "Retired" versions (i.e., bad versions with disqualifying bugs) | ||||||||
- ETA (progress bar or such, using previously acquired stats from other users) | ||||||||
|
||||||||
## Wishlist | ||||||||
- use a more generic logging tool as the backend (like prometheus) | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
- discard IP addresses after geo conversion | ||||||||
- define the message packet, the transformed message packet | ||||||||
- thus far we have been able to do things without caring who used the service | ||||||||
(even though not advertised). if messages become arbitrary, we may need | ||||||||
registration/auth tokens. brings up a whole different level of complexity that | ||||||||
i would like to avoid. | ||||||||
- make querying, accessing, and doing analytic plots | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. +1 to making the data acquired more usable, just need to be mindful of large server load increase |
||||||||
- spin up your own backend on heroku/some such | ||||||||
|
||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
|
||||||||
## Message packets | ||||||||
|
||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
### Receive | ||||||||
|
||||||||
### Transformed | ||||||||
|
||||||||
### Send |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.