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

Separate Python script execution from manual terminal REPL telemetry #24526

Open
anthonykim1 opened this issue Dec 3, 2024 · 0 comments
Open
Assignees
Labels
area-terminal debt Covers everything internal: CI, testing, refactoring of the codebase, etc. needs PR Ready to be worked on

Comments

@anthonykim1
Copy link

anthonykim1 commented Dec 3, 2024

We may be over counting REPL user since any time 'python' is seen in terminal, we count them as REPL user.
We should rather separate the script users who run, for example: python my_file.py from the actual 'python' repl in terminal users.

Action items:

  • Basically adding script field somewhere in execution type in order to separate script execution users from repl launch telemetry.

/cc @cwebster-99

@anthonykim1 anthonykim1 added the debt Covers everything internal: CI, testing, refactoring of the codebase, etc. label Dec 3, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Dec 3, 2024
@anthonykim1 anthonykim1 changed the title Add script field for code execution Separate Python script execution from manual terminal REPL telemetry Dec 3, 2024
@anthonykim1 anthonykim1 self-assigned this Dec 3, 2024
@anthonykim1 anthonykim1 added area-terminal needs PR Ready to be worked on and removed triage-needed Needs assignment to the proper sub-team labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-terminal debt Covers everything internal: CI, testing, refactoring of the codebase, etc. needs PR Ready to be worked on
Projects
None yet
Development

No branches or pull requests

1 participant