You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/roadmap/usage.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,7 @@ Finally, we would need a number of **timestamps**:
19
19
The user could inspect the usage data with **netlab usage show**, reset it with **netlab usage reset**, and upload it with **netlab usage upload**.
20
20
21
21
While it's relatively easy to implement the data collection part, the infrastructure supporting the uploads remains a mystery.
22
+
23
+
## Option A - separate GitHub project ```netlab_usage```
24
+
One option is to use GitHub for collecting usage data: Using a separate repo, Netlab would push and commit the usage file to a location under that repo.
25
+
Security wise, this would require an access token with limited write permissions (hence the separate repo - not sure if we could restrict access well enough within 1 repo)
0 commit comments