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

dealing with environment variables #13

Open
4 tasks
edublancas opened this issue Aug 17, 2022 · 0 comments
Open
4 tasks

dealing with environment variables #13

edublancas opened this issue Aug 17, 2022 · 0 comments

Comments

@edublancas
Copy link
Contributor

edublancas commented Aug 17, 2022

There are a few environment variables that we should log to understand where are users running our code. For example, we want to know if they're running on Binder to know usage; but we should not count this in the retention graph since these are one-time sessions.

  • readthedocs: this does not give any useful info so we should ignore events - this is already implemented
  • GitHub actions: we're currently disabling telemetry if running on GitHub Actions, instead, we should log it but do not count it in the retention graph as they are one-time sessions
  • Binder: we should log but not count them in the retention graph
  • Sagemaker: log it but do not count in the retention graph as they'll look as different users if they reset the image
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

No branches or pull requests

1 participant