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

Remove unneeded telemetry entries #6451

Closed
10 of 13 tasks
luabud opened this issue Jul 3, 2019 · 1 comment
Closed
10 of 13 tasks

Remove unneeded telemetry entries #6451

luabud opened this issue Jul 3, 2019 · 1 comment
Assignees
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc. important Issue identified as high-priority

Comments

@luabud
Copy link
Member

luabud commented Jul 3, 2019

1- Drop the events below:

  • ms-python.python/python_language_server.analysis_time
  • ms-python.python/known_import_from_file
  • ms-python.pythonexperimental/ptvsd
  • ms-python.python/execution_django
  • ms-python.python/python_analysis_engine.enabled
  • ms-python.python/known_import_from_execution
  • ms-python.python/update_pyspark_library
  • ms-python.python/go_to_object_definition
  • ms-python.python/python_analysis_engine.error
  • ms-python.python/platform.info (VSCode is doing a better job collecting this for every event already, but this is for us to tell how our personal platform detection to know if the language server can be installed)

2- Add a boolean property to ms-python.python/python_language_server.platform_supported to identify that is not supported, and remove the below one:

  • ms-python.python/python_language_server.platform_not_supported

3- Unify the three below to get only one event (unittest.navigate):

  • ms-python.python/unittest.navigate.test_function
  • ms-python.python/unittest.navigate.test_file
  • ms-python.python/unittest.navigate.test_suite
@luabud luabud added debt Covers everything internal: CI, testing, refactoring of the codebase, etc. triage-needed Needs assignment to the proper sub-team labels Jul 3, 2019
@brettcannon brettcannon added feature-* and removed triage-needed Needs assignment to the proper sub-team labels Jul 4, 2019
@brettcannon brettcannon added the important Issue identified as high-priority label Jul 4, 2019
@brettcannon brettcannon added this to the 2019 - June Sprint 13 milestone Jul 8, 2019
@brettcannon
Copy link
Member

All events that were already dead or are now dead have been cleaned up. The rest we need to deal with

@ghost ghost removed the needs PR label Jul 16, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jul 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc. important Issue identified as high-priority
Projects
None yet
Development

No branches or pull requests

3 participants